Skip to content

Commit c3bb502

Browse files
[ERSSUP-58134]-[HR]-[Add exception for oauth2 proxy used in internal-qa.]-[JH]
1 parent 938c351 commit c3bb502

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifest_template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ apigee:
9898
environments: [ {{ ENV.name }} ]
9999
proxies:
100100
- e-referrals-service-api-{{ ENV.name }}
101-
- identity-service-{{ ENV.name }}
101+
- identity-service-{{ "%s-int".format(ENV.name) if ENV.name == 'internal-qa' else ENV.name }}
102102
{% if ENV.name == 'int' %}
103103
- identity-service-int-no-smartcard
104104
{% endif %}

0 commit comments

Comments
 (0)