istio.io/istio@v0.0.0-20240520182934-d79c90f27776/tests/integration/ambient/testdata/beta-mtls-permissive.yaml (about) 1 # Global PeerAuthentication can be removed for this test, once we remove the (alpha) mesh policy 2 # during installation. 3 apiVersion: security.istio.io/v1beta1 4 kind: PeerAuthentication 5 metadata: 6 name: "default" 7 annotations: 8 test-suite: "beta-mtls-permissive" 9 spec: 10 mtls: 11 mode: PERMISSIVE 12 --- 13 apiVersion: networking.istio.io/v1alpha3 14 kind: DestinationRule 15 metadata: 16 name: "default" 17 annotations: 18 test-suite: "beta-mtls-permissive" 19 spec: 20 host: "*.local" 21 trafficPolicy: 22 tls: 23 mode: ISTIO_MUTUAL