UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects

Bb 2033 remove share authz policies

Merged Andrew Shoell requested to merge bb-2033-remove-share-authz-policies into main
All threads resolved!
8 files
+ 9
11
Compare changes
  • Side-by-side
  • Inline
Files
8
{{- /* the allow-nothing policy should eventually be provided by istio itself cluster-wide */ -}}
{{- if and .Values.bigbang.istio.enabled (eq (dig "istio" "injection" "enabled" .Values.package) "enabled") .Values.package.istio.hardened.enabled -}}
apiVersion: security.istio.io/v1
kind: AuthorizationPolicy
metadata:
name: allow-nothing-policy
namespace: {{ .Release.Namespace }}
spec: {}
{{- end }}
Loading