mirror of
https://github.com/jprdonnelly/kubernetes-cluster.git
synced 2025-12-19 18:05:19 -05:00
Simplified mappintgs
This commit is contained in:
@@ -15,10 +15,10 @@ identity-providers:
|
|||||||
clientSecret: "<CLIENT_SEECRET>"
|
clientSecret: "<CLIENT_SEECRET>"
|
||||||
realm: "Auth0"
|
realm: "Auth0"
|
||||||
hostname: "<INGRESS_IP/HOSTNAME>"
|
hostname: "<INGRESS_IP/HOSTNAME>"
|
||||||
claimsMapping:
|
useClaimsFromIdToken: true
|
||||||
client_id: [ "client_id", "azp" ]
|
# claimsMapping:
|
||||||
groups: "/https:~1~1qlik.com~1groups"
|
# client_id: "user_id"
|
||||||
sub: ["/https:~1~1qlik.com~1sub", "sub"]
|
# name: "name"
|
||||||
|
|
||||||
# We use a global persistence statement for maximum compatibility with future releases. This will create multiple PVCs.
|
# We use a global persistence statement for maximum compatibility with future releases. This will create multiple PVCs.
|
||||||
global:
|
global:
|
||||||
|
|||||||
Reference in New Issue
Block a user