headlamp: let chart create+own the OIDC secret (create:false doesn't reference an existing secret in this chart version)
This commit is contained in:
@ -17,10 +17,10 @@ spec:
|
|||||||
config:
|
config:
|
||||||
oidc:
|
oidc:
|
||||||
secret:
|
secret:
|
||||||
create: false
|
create: true
|
||||||
name: headlamp-oidc
|
name: headlamp-oidc
|
||||||
clientID: rke2
|
clientID: rke2
|
||||||
clientSecret: "set-via-headlamp-oidc-secret"
|
clientSecret: "fQSLqsgMqUWpPXOCaHPd36DAqYN0gjqBW76L8xIDLDtXD2lVsVw3YG4Vlf2F78DslbCZM0aLRDmLLXtz9S9Eas"
|
||||||
issuerURL: https://auth.dahmens.de/realms/dahmens
|
issuerURL: https://auth.dahmens.de/realms/dahmens
|
||||||
scopes: "openid,profile,email"
|
scopes: "openid,profile,email"
|
||||||
callbackURL: https://headlamp.pit4noshit.de/oidc-callback
|
callbackURL: https://headlamp.pit4noshit.de/oidc-callback
|
||||||
|
|||||||
Reference in New Issue
Block a user