Skip to content

Commit ff5b65c

Browse files
committed
Use vars instead of hardcoded urls
1 parent 7465ce9 commit ff5b65c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

ci/pipeline.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ jobs:
6363
environment_variables:
6464
SSO_LOGIN: "true"
6565
SSO_OPTIONS: "nosplash,logout"
66+
SSO_WHITELIST: "https://((dev-cf-route))"
6667
CF_CLIENT: stratos
6768
CF_CLIENT_SECRET: ((dev-cf-client-secret))
6869
SESSION_STORE_SECRET: ((dev-session-store-secret))
@@ -111,7 +112,7 @@ jobs:
111112
environment_variables:
112113
SSO_LOGIN: "true"
113114
SSO_OPTIONS: "nosplash,logout"
114-
SSO_WHITELIST: "https://dashboard.fr-stage.cloud.gov"
115+
SSO_WHITELIST: "https://((staging-cf-route))"
115116
CF_CLIENT: stratos
116117
CF_CLIENT_SECRET: ((staging-cf-client-secret))
117118
SESSION_STORE_SECRET: ((staging-session-store-secret))
@@ -171,7 +172,7 @@ jobs:
171172
environment_variables:
172173
SSO_LOGIN: "true"
173174
SSO_OPTIONS: "nosplash,logout"
174-
SSO_WHITELIST: "https://dashboard.fr.cloud.gov"
175+
SSO_WHITELIST: "https://((production-cf-route))"
175176
CF_CLIENT: stratos
176177
CF_CLIENT_SECRET: ((production-cf-client-secret))
177178
SESSION_STORE_SECRET: ((production-session-store-secret))

0 commit comments

Comments
 (0)