UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects

Remove shared auth policies for Keycloak

Merged Luis Gomez requested to merge remove-shared-auth-polocies-keycloak into main
Files
8
{{- /* 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