UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects

Istio shared policies

Merged Jimmy Ungerman requested to merge istio-shared-policies into main
6 files
+ 9
15
Compare changes
  • Side-by-side
  • Inline
Files
6
{{- /* the allow-nothing policy should eventually be provided by istio itself cluster-wide */ -}}
{{- if and .Values.istio.enabled .Values.istio.hardened.enabled -}}
apiVersion: security.istio.io/v1
kind: AuthorizationPolicy
metadata:
name: allow-nothing-policy
namespace: {{ .Release.Namespace }}
spec: {}
{{- end }}
Loading