UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects

fix: Remove centralized auth policies, change path to remaining, update docs

Merged Christopher Kyle Galloway requested to merge bb337/auth-policy-centralization into main
Files
12
{{- if and .Values.istio.enabled .Values.istio.hardened.enabled .Values.istio.hardened.monitoring.enabled -}}
apiVersion: security.istio.io/v1
kind: AuthorizationPolicy
metadata:
name: monitoring-authz-policy
namespace: {{ .Release.Namespace }}
spec:
action: ALLOW
rules:
- from:
- source:
namespaces: {{ .Values.istio.hardened.monitoring.namespaces | toYaml | nindent 10 }}
principals: {{ .Values.istio.hardened.monitoring.principals | toYaml | nindent 10 }}
{{- end }}
Loading