chore(penpot): Updated values for OIDC
Some checks failed
Validate K8s manifests / validate-manifests (push) Has been cancelled
Some checks failed
Validate K8s manifests / validate-manifests (push) Has been cancelled
This commit is contained in:
@@ -238,18 +238,10 @@ config:
|
||||
baseURI: "https://auth.dgse.cloud"
|
||||
# -- The OpenID Connect client ID to use.
|
||||
# @section -- Configuration parameters
|
||||
clientID:
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: oidc-client
|
||||
key: CLIENT_ID
|
||||
clientID: ""
|
||||
# -- The OpenID Connect client secret to use.
|
||||
# @section -- Configuration parameters
|
||||
clientSecret:
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: oidc-client
|
||||
key: CLIENT_SECRET
|
||||
clientSecret: ""
|
||||
# -- Optional OpenID Connect auth URI to use. Auto discovered if not provided.
|
||||
# @section -- Configuration parameters
|
||||
authURI: ""
|
||||
@@ -316,7 +308,7 @@ config:
|
||||
attributesPhoto: "jpegPhoto"
|
||||
# -- The name of an existing secret to use.
|
||||
# @section -- Configuration parameters
|
||||
existingSecret: ""
|
||||
existingSecret: "oidc-client"
|
||||
secretKeys:
|
||||
# -- The Google client ID key to use from an existing secret.
|
||||
# @section -- Configuration parameters
|
||||
@@ -338,10 +330,10 @@ config:
|
||||
gitlabClientSecretKey: ""
|
||||
# -- The OpenID Connect client ID key to use from an existing secret.
|
||||
# @section -- Configuration parameters
|
||||
oidcClientIDKey: ""
|
||||
oidcClientIDKey: "CLIENT_ID"
|
||||
# -- The OpenID Connect client secret key to use from an existing secret.
|
||||
# @section -- Configuration parameters
|
||||
oidcClientSecretKey: ""
|
||||
oidcClientSecretKey: "CLIENT_SECRET"
|
||||
# -- The LDAP admin bind password to use from an exsiting secret
|
||||
# @section -- Configuration parameters
|
||||
ldapBindPasswordKey: ""
|
||||
|
||||
Reference in New Issue
Block a user