UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 61ad5965 authored by Noah Gearhart's avatar Noah Gearhart :taco: Committed by Ryan Garcia
Browse files

Auto set Istio jwksResolverExtraRootCA if sso.certificateAuthority specified

parent dd2f9f14
No related branches found
No related tags found
1 merge request!2668Auto set Istio jwksResolverExtraRootCA if sso.certificateAuthority specified
......@@ -72,6 +72,12 @@ networkPolicies:
imagePullPolicy: {{ .Values.imagePullPolicy }}
{{- if or .Values.sso.certificate_authority (dig "certificateAuthority" "cert" false .Values.sso)}}
values:
pilot:
jwksResolverExtraRootCA: {{ default (dig "certificateAuthority" "cert" "" .Values.sso) .Values.sso.certificate_authority | quote }}
{{- end }}
{{- if .Values.istio.ingressGateways }}
ingressGateways:
istio-ingressgateway:
......
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