From fef3391adb4665b87b09686fa7918ff35459854a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20Groothuis?= Date: Mon, 27 Oct 2025 19:13:59 +0100 Subject: [PATCH] chore(penpot): Updated values for OIDC --- manifests/artemis/penpot/values.yaml | 18 +++++------------- 1 file changed, 5 insertions(+), 13 deletions(-) diff --git a/manifests/artemis/penpot/values.yaml b/manifests/artemis/penpot/values.yaml index 80af2c0..83086e9 100644 --- a/manifests/artemis/penpot/values.yaml +++ b/manifests/artemis/penpot/values.yaml @@ -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: ""