debug: experimenting with cookie domain
This commit is contained in:
@@ -17,7 +17,7 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"sso": {
|
"sso": {
|
||||||
"cookieDomain": ".oceanbox.io",
|
"cookieDomain": "beta.oceanbox.io",
|
||||||
"signedOutRedirectUri": "https://idp.oceanbox.io/dex/static/logout.html",
|
"signedOutRedirectUri": "https://idp.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",
|
||||||
|
|||||||
@@ -16,7 +16,7 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"sso": {
|
"sso": {
|
||||||
"cookieDomain": ".oceanbox.io",
|
"cookieDomain": "beta.oceanbox.io",
|
||||||
"signedOutRedirectUri": "https://idp.oceanbox.io/dex/static/logout.html",
|
"signedOutRedirectUri": "https://idp.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",
|
||||||
|
|||||||
@@ -10,9 +10,19 @@ ingress:
|
|||||||
paths:
|
paths:
|
||||||
- path: /
|
- path: /
|
||||||
pathType: ImplementationSpecific
|
pathType: ImplementationSpecific
|
||||||
|
- host: atlas.oceanbox.io
|
||||||
|
paths:
|
||||||
|
- path: /
|
||||||
|
pathType: ImplementationSpecific
|
||||||
|
- host: beta.oceanbox.io
|
||||||
|
paths:
|
||||||
|
- path: /
|
||||||
|
pathType: ImplementationSpecific
|
||||||
tls:
|
tls:
|
||||||
- hosts:
|
- hosts:
|
||||||
- atlantis.beta.oceanbox.io
|
- atlantis.beta.oceanbox.io
|
||||||
|
- atlas.oceanbox.io
|
||||||
|
- beta.oceanbox.io
|
||||||
secretName: staging-atlantis-tls
|
secretName: staging-atlantis-tls
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
|
|||||||
@@ -16,7 +16,7 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"sso": {
|
"sso": {
|
||||||
"cookieDomain": ".oceanbox.io",
|
"cookieDomain": "beta.oceanbox.io",
|
||||||
"signedOutRedirectUri": "https://idp.oceanbox.io/dex/static/logout.html",
|
"signedOutRedirectUri": "https://idp.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",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"sso": {
|
"sso": {
|
||||||
"cookieDomain": ".oceanbox.io",
|
"cookieDomain": "beta.oceanbox.io",
|
||||||
"signedOutRedirectUri": "https://idp.oceanbox.io/dex/static/logout.html",
|
"signedOutRedirectUri": "https://idp.oceanbox.io/dex/static/logout.html",
|
||||||
"redis": "10.255.241.201:31379,user=default,password=secret",
|
"redis": "10.255.241.201:31379,user=default,password=secret",
|
||||||
"appDomain": "atlantis",
|
"appDomain": "atlantis",
|
||||||
|
|||||||
Reference in New Issue
Block a user