From 5a63457cf185a886e0adf3835be5bd53f9463e1e Mon Sep 17 00:00:00 2001 From: tiptophelmet Date: Tue, 25 Mar 2025 13:45:46 +0200 Subject: [PATCH] :wrench: Rename default auth type to `oidc` --- helm-chart/templates/06-front-deployment.yaml | 2 +- helm-chart/templates/12-config-map.yaml | 2 +- helm-chart/values.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/helm-chart/templates/06-front-deployment.yaml b/helm-chart/templates/06-front-deployment.yaml index 1644bf450..2fb25c748 100644 --- a/helm-chart/templates/06-front-deployment.yaml +++ b/helm-chart/templates/06-front-deployment.yaml @@ -32,7 +32,7 @@ spec: {{- end }}' - name: REACT_APP_AUTH_TYPE value: '{{- if and .Values.cloudLicenseEnabled (not (eq .Values.tap.auth.type "dex")) -}} - default + oidc {{- else -}} {{ .Values.tap.auth.type }} {{- end }}' diff --git a/helm-chart/templates/12-config-map.yaml b/helm-chart/templates/12-config-map.yaml index 3cf3d7144..64f5aa8b2 100644 --- a/helm-chart/templates/12-config-map.yaml +++ b/helm-chart/templates/12-config-map.yaml @@ -23,7 +23,7 @@ data: {{ .Values.cloudLicenseEnabled | ternary "true" (.Values.tap.auth.enabled | ternary "true" "") }} {{- end }}' AUTH_TYPE: '{{- if and .Values.cloudLicenseEnabled (not (eq .Values.tap.auth.type "dex")) -}} - default + oidc {{- else -}} {{ .Values.tap.auth.type }} {{- end }}' diff --git a/helm-chart/values.yaml b/helm-chart/values.yaml index 97342ca36..1859b4090 100644 --- a/helm-chart/values.yaml +++ b/helm-chart/values.yaml @@ -107,7 +107,7 @@ tap: front: [] auth: enabled: false - type: saml + type: oidc saml: idpMetadataUrl: "" x509crt: ""