mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-06-02 21:21:02 +00:00
🔧 Rename default auth type to oidc
This commit is contained in:
parent
dc50ef48fd
commit
5a63457cf1
@ -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 }}'
|
||||||
|
@ -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 }}'
|
||||||
|
@ -107,7 +107,7 @@ tap:
|
|||||||
front: []
|
front: []
|
||||||
auth:
|
auth:
|
||||||
enabled: false
|
enabled: false
|
||||||
type: saml
|
type: oidc
|
||||||
saml:
|
saml:
|
||||||
idpMetadataUrl: ""
|
idpMetadataUrl: ""
|
||||||
x509crt: ""
|
x509crt: ""
|
||||||
|
Loading…
Reference in New Issue
Block a user