You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
555 B
10 lines
555 B
{%- if threescale_cicd_smoke_test_env == "staging" -%}
|
|
{{ threescale_cicd_apicast_discovered_sandbox_endpoint }}
|
|
{%- endif -%}
|
|
{%- if threescale_cicd_smoke_test_env == "production" -%}
|
|
{{ threescale_cicd_apicast_discovered_production_endpoint }}
|
|
{%- endif -%}
|
|
{{ threescale_cicd_openapi_smoketest_path }}
|
|
{%- if threescale_cicd_api_security_scheme.type == "apiKey" and threescale_cicd_api_credentials_location == "query" -%}
|
|
?{{ threescale_cicd_api_security_scheme.name|urlencode }}={{ threescale_cicd_default_application_details.user_key }}
|
|
{%- endif -%}
|