🔧 Rename default auth type to oidc

This commit is contained in:
tiptophelmet 2025-03-25 13:45:46 +02:00
parent dc50ef48fd
commit 5a63457cf1
3 changed files with 3 additions and 3 deletions

View File

@ -32,7 +32,7 @@ spec:
{{- end }}' {{- end }}'
- name: REACT_APP_AUTH_TYPE - name: REACT_APP_AUTH_TYPE
value: '{{- if and .Values.cloudLicenseEnabled (not (eq .Values.tap.auth.type "dex")) -}} value: '{{- if and .Values.cloudLicenseEnabled (not (eq .Values.tap.auth.type "dex")) -}}
default oidc
{{- else -}} {{- else -}}
{{ .Values.tap.auth.type }} {{ .Values.tap.auth.type }}
{{- end }}' {{- end }}'

View File

@ -23,7 +23,7 @@ data:
{{ .Values.cloudLicenseEnabled | ternary "true" (.Values.tap.auth.enabled | ternary "true" "") }} {{ .Values.cloudLicenseEnabled | ternary "true" (.Values.tap.auth.enabled | ternary "true" "") }}
{{- end }}' {{- end }}'
AUTH_TYPE: '{{- if and .Values.cloudLicenseEnabled (not (eq .Values.tap.auth.type "dex")) -}} AUTH_TYPE: '{{- if and .Values.cloudLicenseEnabled (not (eq .Values.tap.auth.type "dex")) -}}
default oidc
{{- else -}} {{- else -}}
{{ .Values.tap.auth.type }} {{ .Values.tap.auth.type }}
{{- end }}' {{- end }}'

View File

@ -107,7 +107,7 @@ tap:
front: [] front: []
auth: auth:
enabled: false enabled: false
type: saml type: oidc
saml: saml:
idpMetadataUrl: "" idpMetadataUrl: ""
x509crt: "" x509crt: ""