istio.io/istio@v0.0.0-20240520182934-d79c90f27776/pilot/pkg/security/authz/builder/testdata/http/dry-run-allow-in.yaml (about)

     1  apiVersion: security.istio.io/v1beta1
     2  kind: AuthorizationPolicy
     3  metadata:
     4    name: httpbin-1
     5    namespace: foo
     6    annotations:
     7      "istio.io/dry-run": "true"
     8  spec:
     9    selector:
    10      matchLabels:
    11        app: httpbin
    12        version: v1
    13    rules:
    14      - to:
    15          - operation:
    16              paths: ["/exact"]