UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit a5168a25 authored by ablanchard's avatar ablanchard
Browse files

rRmoved accidental change in dev-sso-values.yaml'. Added a default value for...

rRmoved accidental change in dev-sso-values.yaml'. Added a default value for 'client_secret' ('no-secret') to the template values file.
parent c6b325a5
No related branches found
No related tags found
1 merge request!370Enable dev sso for logging
......@@ -14,7 +14,6 @@ logging:
sso:
enabled: true
client_id: platform1_a8604cc9-f5e9-4656-802d-d05624370245_bb8-kibana
client_secret: {{ .Values.logging.sso.client_secret | default "no-secret" }}
license:
trial: true
monitoring:
......
......@@ -11,7 +11,7 @@ istio:
sso:
enabled: {{ .Values.logging.sso.enabled }}
client_id: {{ .Values.logging.sso.client_id }}
client_secret: {{ .Values.logging.sso.client_secret }}
client_secret: {{ .Values.logging.sso.client_secret | default "no-client" }}
oidc:
host: {{ .Values.sso.oidc.host }}
realm: {{ .Values.sso.oidc.realm }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment