UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects

Resolve "Enable Istio Auth Policies for Testing"

Merged Andrew Shoell requested to merge 81-enable-istio-auth-policies-for-testing into main
4 files
+ 7
3
Compare changes
  • Side-by-side
  • Inline
Files
4
{{- if and .Values.istio.enabled .Values.istio.hardened.enabled .Values.istio.loki.enabled -}}
{{- if and .Values.istio.enabled .Values.istio.hardened.enabled -}}
{{- $namespace := $.Release.Namespace -}}
apiVersion: security.istio.io/v1beta1
kind: AuthorizationPolicy
Loading