UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects

SSO Refactor for Global IdP values

Merged Michael McLeroy requested to merge sso_2.0 into master
All threads resolved!
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -58,7 +58,7 @@ sso:
issuer_uri: {{ default (include "sso.url" .) (tpl (default "" .Values.twistlock.sso.issuer_uri) .) }}
idp_url: {{ default (include "sso.saml.service" .) (tpl (default "" .Values.twistlock.sso.idp_url) .) }}
{{- $console := first (dig "istio" "console" "hosts" (list (printf "twistlock.%s" $domainName)) .Values.twistlock.values) }}
console_url: {{ tpl (default "" .Values.twistlock.sso.console_url) . }}
console_url: {{ tpl (default (printf "https://%s" $console) .Values.twistlock.sso.console_url) . }}
groups: {{ default (dig "attributes" "group" "" .Values.sso) .Values.twistlock.sso.groups }}
cert: {{ default (include "sso.saml.cert.withheaders" .) .Values.twistlock.sso.cert | quote }}
{{- end -}}
Loading