chore(penpot): Updated values for OIDC
Some checks failed
Validate K8s manifests / validate-manifests (push) Has been cancelled

This commit is contained in:
Daniël Groothuis
2025-10-27 19:13:59 +01:00
parent c764510be8
commit fef3391adb

View File

@@ -238,18 +238,10 @@ config:
baseURI: "https://auth.dgse.cloud" baseURI: "https://auth.dgse.cloud"
# -- The OpenID Connect client ID to use. # -- The OpenID Connect client ID to use.
# @section -- Configuration parameters # @section -- Configuration parameters
clientID: clientID: ""
valueFrom:
secretKeyRef:
name: oidc-client
key: CLIENT_ID
# -- The OpenID Connect client secret to use. # -- The OpenID Connect client secret to use.
# @section -- Configuration parameters # @section -- Configuration parameters
clientSecret: clientSecret: ""
valueFrom:
secretKeyRef:
name: oidc-client
key: CLIENT_SECRET
# -- Optional OpenID Connect auth URI to use. Auto discovered if not provided. # -- Optional OpenID Connect auth URI to use. Auto discovered if not provided.
# @section -- Configuration parameters # @section -- Configuration parameters
authURI: "" authURI: ""
@@ -316,7 +308,7 @@ config:
attributesPhoto: "jpegPhoto" attributesPhoto: "jpegPhoto"
# -- The name of an existing secret to use. # -- The name of an existing secret to use.
# @section -- Configuration parameters # @section -- Configuration parameters
existingSecret: "" existingSecret: "oidc-client"
secretKeys: secretKeys:
# -- The Google client ID key to use from an existing secret. # -- The Google client ID key to use from an existing secret.
# @section -- Configuration parameters # @section -- Configuration parameters
@@ -338,10 +330,10 @@ config:
gitlabClientSecretKey: "" gitlabClientSecretKey: ""
# -- The OpenID Connect client ID key to use from an existing secret. # -- The OpenID Connect client ID key to use from an existing secret.
# @section -- Configuration parameters # @section -- Configuration parameters
oidcClientIDKey: "" oidcClientIDKey: "CLIENT_ID"
# -- The OpenID Connect client secret key to use from an existing secret. # -- The OpenID Connect client secret key to use from an existing secret.
# @section -- Configuration parameters # @section -- Configuration parameters
oidcClientSecretKey: "" oidcClientSecretKey: "CLIENT_SECRET"
# -- The LDAP admin bind password to use from an exsiting secret # -- The LDAP admin bind password to use from an exsiting secret
# @section -- Configuration parameters # @section -- Configuration parameters
ldapBindPasswordKey: "" ldapBindPasswordKey: ""