fix: change sso cookie domain for prod and staging
This commit is contained in:
@@ -16,7 +16,7 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"sso": {
|
"sso": {
|
||||||
"cookieDomain": ".oceanbox.io",
|
"cookieDomain": ".srv.oceanbox.io",
|
||||||
"signedOutRedirectUri": "https://idp.srv.oceanbox.io/dex/static/logout.html",
|
"signedOutRedirectUri": "https://idp.srv.oceanbox.io/dex/static/logout.html",
|
||||||
"redis": "prod-redis-master.redis.svc,user=default,password=secret",
|
"redis": "prod-redis-master.redis.svc,user=default,password=secret",
|
||||||
"appDomain": "atlantis",
|
"appDomain": "atlantis",
|
||||||
|
|||||||
@@ -16,7 +16,7 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"sso": {
|
"sso": {
|
||||||
"cookieDomain": ".oceanbox.io",
|
"cookieDomain": ".beta.oceanbox.io",
|
||||||
"signedOutRedirectUri": "https://idp.srv.oceanbox.io/dex/static/logout.html",
|
"signedOutRedirectUri": "https://idp.srv.oceanbox.io/dex/static/logout.html",
|
||||||
"redis": "staging-redis-master.redis.svc,user=default,password=secret",
|
"redis": "staging-redis-master.redis.svc,user=default,password=secret",
|
||||||
"appDomain": "atlantis",
|
"appDomain": "atlantis",
|
||||||
|
|||||||
Reference in New Issue
Block a user