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