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