From d655f942841c69dd6c6ea07ffa9fa4f4c288dd9f Mon Sep 17 00:00:00 2001 From: Miguel Martinez Trivino Date: Tue, 18 Apr 2023 18:36:51 +0200 Subject: [PATCH] fix(deployment): wrong configuration keys Signed-off-by: Miguel Martinez Trivino --- deployment/chainloop/Chart.yaml | 2 +- .../chainloop/templates/controlplane/config.secret.yaml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/deployment/chainloop/Chart.yaml b/deployment/chainloop/Chart.yaml index 15d87bcb7..f01dd6fe1 100644 --- a/deployment/chainloop/Chart.yaml +++ b/deployment/chainloop/Chart.yaml @@ -3,7 +3,7 @@ name: chainloop description: Chainloop is an open source software supply chain control plane, a single source of truth for artifacts plus a declarative attestation crafting process. type: application -version: 1.0.3 +version: 1.0.4 appVersion: v0.8.98 dependencies: diff --git a/deployment/chainloop/templates/controlplane/config.secret.yaml b/deployment/chainloop/templates/controlplane/config.secret.yaml index 02b237f17..3dfbf7a41 100644 --- a/deployment/chainloop/templates/controlplane/config.secret.yaml +++ b/deployment/chainloop/templates/controlplane/config.secret.yaml @@ -28,10 +28,10 @@ stringData: auth: oidc: {{- with .Values.controlplane.auth }} - redirectURLScheme: {{ .redirectURLScheme | default "http" }} + redirect_url_scheme: {{ .redirectURLScheme }} domain: "{{ required "oidc URL endpoint required" .oidc.url }}" - clientID: "{{ required "oidc clientID required" .oidc.clientID }}" - clientSecret: "{{ required "oidc clientSecret required" .oidc.clientSecret }}" + client_id: "{{ required "oidc clientID required" .oidc.clientID }}" + client_secret: "{{ required "oidc clientSecret required" .oidc.clientSecret }}" {{- end }} # HMAC key used to sign the JWTs generated by the controlplane