diff --git a/charts/kubezero-istio/templates/istio-private-ingress.yaml b/charts/kubezero-istio/templates/istio-private-ingress.yaml index 6c8aa12..a3e028c 100644 --- a/charts/kubezero-istio/templates/istio-private-ingress.yaml +++ b/charts/kubezero-istio/templates/istio-private-ingress.yaml @@ -110,4 +110,12 @@ spec: {{- if eq .Values.ingress.type "NodePort" }} nodePort: 31672 {{- end }} + + global: + jwtPolicy: first-party-jwt + logAsJson: true + omitSidecarInjectorConfigMap: true + proxy: + accessLogEncoding: JSON + autoInject: disabled {{- end }}