1
0
mirror of https://github.com/kubeshark/kubeshark.git synced 2025-05-08 00:29:21 +00:00

🔧 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 }}'
- 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 }}'

View File

@ -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 }}'

View File

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