frontend/deploy/templates/ext-authz.authorizationpolicy.yaml (16 lines of code) (raw):
{{- if eq .Values.deployMise true }}
apiVersion: security.istio.io/v1beta1
kind: AuthorizationPolicy
metadata:
name: ext-authz
namespace: '{{ .Release.namespace }}'
spec:
action: CUSTOM
provider:
name: ext-authz
rules:
- to:
- operation:
paths: ["/*"]
notPaths: ["/metrics"]
{{- end }}