blob: 628e859e2bb930ad55a083ce0d86a4d0aa86a7b8 [file] [log] [blame]
apiVersion: security.istio.io/v1beta1
kind: AuthorizationPolicy
metadata:
namespace: "{{ .Namespace }}"
name: "dry-run-allow"
annotations:
"istio.io/dry-run": "true"
spec:
action: ALLOW
rules:
- from:
- source:
principals: ["never-matched"]
- from:
- source:
principals: ["*"]