fix: use multi-audience tokens
This commit is contained in:
@@ -13,6 +13,12 @@
|
|||||||
"email",
|
"email",
|
||||||
"offline_access",
|
"offline_access",
|
||||||
"profile"
|
"profile"
|
||||||
|
],
|
||||||
|
"audiences": [
|
||||||
|
"atlantis",
|
||||||
|
"atlantis_dev",
|
||||||
|
"sorcerer",
|
||||||
|
"sorcerer_dev"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"sso": {
|
"sso": {
|
||||||
|
|||||||
@@ -13,6 +13,12 @@
|
|||||||
"email",
|
"email",
|
||||||
"offline_access",
|
"offline_access",
|
||||||
"profile"
|
"profile"
|
||||||
|
],
|
||||||
|
"audiences": [
|
||||||
|
"atlantis",
|
||||||
|
"atlantis_dev",
|
||||||
|
"sorcerer",
|
||||||
|
"sorcerer_dev"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"sso": {
|
"sso": {
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
replicaCount: 1
|
replicaCount: 1
|
||||||
|
|
||||||
image:
|
image:
|
||||||
tag: 5e79b6e7-debug
|
tag: 0af435db-debug
|
||||||
|
|
||||||
podAnnotations:
|
podAnnotations:
|
||||||
dapr.io/app-id: "staging-atlantis"
|
dapr.io/app-id: "staging-atlantis"
|
||||||
|
|||||||
@@ -13,6 +13,12 @@
|
|||||||
"email",
|
"email",
|
||||||
"offline_access",
|
"offline_access",
|
||||||
"profile"
|
"profile"
|
||||||
|
],
|
||||||
|
"audiences": [
|
||||||
|
"atlantis",
|
||||||
|
"atlantis_dev",
|
||||||
|
"sorcerer",
|
||||||
|
"sorcerer_dev"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"sso": {
|
"sso": {
|
||||||
|
|||||||
@@ -13,6 +13,12 @@
|
|||||||
"email",
|
"email",
|
||||||
"offline_access",
|
"offline_access",
|
||||||
"profile"
|
"profile"
|
||||||
|
],
|
||||||
|
"audiences": [
|
||||||
|
"atlantis",
|
||||||
|
"atlantis_dev",
|
||||||
|
"sorcerer",
|
||||||
|
"sorcerer_dev"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"sso": {
|
"sso": {
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
replicaCount: 1
|
replicaCount: 1
|
||||||
|
|
||||||
image:
|
image:
|
||||||
tag: bb5ae041-debug
|
tag: 04dd76c6-debug
|
||||||
|
|
||||||
podAnnotations:
|
podAnnotations:
|
||||||
dapr.io/app-id: "staging-sorcerer"
|
dapr.io/app-id: "staging-sorcerer"
|
||||||
|
|||||||
Reference in New Issue
Block a user