Commit ff5b65c 1 parent 7465ce9 commit ff5b65c Copy full SHA for ff5b65c
File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 63
63
environment_variables :
64
64
SSO_LOGIN : " true"
65
65
SSO_OPTIONS : " nosplash,logout"
66
+ SSO_WHITELIST : " https://((dev-cf-route))"
66
67
CF_CLIENT : stratos
67
68
CF_CLIENT_SECRET : ((dev-cf-client-secret))
68
69
SESSION_STORE_SECRET : ((dev-session-store-secret))
@@ -111,7 +112,7 @@ jobs:
111
112
environment_variables :
112
113
SSO_LOGIN : " true"
113
114
SSO_OPTIONS : " nosplash,logout"
114
- SSO_WHITELIST : " https://dashboard.fr-stage.cloud.gov "
115
+ SSO_WHITELIST : " https://((staging-cf-route)) "
115
116
CF_CLIENT : stratos
116
117
CF_CLIENT_SECRET : ((staging-cf-client-secret))
117
118
SESSION_STORE_SECRET : ((staging-session-store-secret))
@@ -171,7 +172,7 @@ jobs:
171
172
environment_variables :
172
173
SSO_LOGIN : " true"
173
174
SSO_OPTIONS : " nosplash,logout"
174
- SSO_WHITELIST : " https://dashboard.fr.cloud.gov "
175
+ SSO_WHITELIST : " https://((production-cf-route)) "
175
176
CF_CLIENT : stratos
176
177
CF_CLIENT_SECRET : ((production-cf-client-secret))
177
178
SESSION_STORE_SECRET : ((production-session-store-secret))
You can’t perform that action at this time.
0 commit comments