Skip to content

Commit 06f27ec

Browse files
authored
fix(chart): Fixes OIDC default configuration (#1181)
Signed-off-by: Javier Rodriguez <[email protected]>
1 parent 6a966e8 commit 06f27ec

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

deployment/chainloop/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description: Chainloop is an open source software supply chain control plane, a
77

88
type: application
99
# Bump the patch (not minor, not major) version on each change in the Chart Source code
10-
version: 1.86.1
10+
version: 1.86.2
1111
# Do not update appVersion, this is handled automatically by the release process
1212
appVersion: v0.95.3
1313

deployment/chainloop/templates/_helpers.tpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,8 +177,8 @@ OIDC settings, will fallback to development settings if needed
177177
{{- if .Values.development }}
178178
{{- with .Values.controlplane.auth }}
179179
domain: "{{ coalesce .oidc.url "http://chainloop-dex:5556/dex" }}"
180-
clientID: "{{ coalesce .oidc.clientID "chainloop-dev" }}"
181-
clientSecret: "{{ coalesce .oidc.clientSecret "ZXhhbXBsZS1hcHAtc2VjcmV0" }}"
180+
client_id: "{{ coalesce .oidc.clientID "chainloop-dev" }}"
181+
client_secret: "{{ coalesce .oidc.clientSecret "ZXhhbXBsZS1hcHAtc2VjcmV0" }}"
182182
{{- if .oidc.loginURLOverride }}
183183
login_url_override: "{{ .oidc.loginURLOverride }}"
184184
{{- end }}

0 commit comments

Comments
 (0)