fix: use multi-audience tokens

This commit is contained in:
2024-12-14 19:12:27 +01:00
parent a0d937e40a
commit d2e50f1776
6 changed files with 26 additions and 2 deletions
+6
View File
@@ -13,6 +13,12 @@
"email",
"offline_access",
"profile"
],
"audiences": [
"atlantis",
"atlantis_dev",
"sorcerer",
"sorcerer_dev"
]
},
"sso": {
+6
View File
@@ -13,6 +13,12 @@
"email",
"offline_access",
"profile"
],
"audiences": [
"atlantis",
"atlantis_dev",
"sorcerer",
"sorcerer_dev"
]
},
"sso": {
+1 -1
View File
@@ -1,7 +1,7 @@
replicaCount: 1
image:
tag: 5e79b6e7-debug
tag: 0af435db-debug
podAnnotations:
dapr.io/app-id: "staging-atlantis"
+6
View File
@@ -13,6 +13,12 @@
"email",
"offline_access",
"profile"
],
"audiences": [
"atlantis",
"atlantis_dev",
"sorcerer",
"sorcerer_dev"
]
},
"sso": {
+6
View File
@@ -13,6 +13,12 @@
"email",
"offline_access",
"profile"
],
"audiences": [
"atlantis",
"atlantis_dev",
"sorcerer",
"sorcerer_dev"
]
},
"sso": {
+1 -1
View File
@@ -1,7 +1,7 @@
replicaCount: 1
image:
tag: bb5ae041-debug
tag: 04dd76c6-debug
podAnnotations:
dapr.io/app-id: "staging-sorcerer"