istio.io/istio@v0.0.0-20240520182934-d79c90f27776/tests/integration/ambient/testdata/beta-mtls-on.yaml (about) 1 apiVersion: security.istio.io/v1beta1 2 kind: PeerAuthentication 3 metadata: 4 name: "default" 5 annotations: 6 test-suite: "beta-mtls-on" 7 spec: 8 mtls: 9 mode: STRICT 10 --- 11 apiVersion: networking.istio.io/v1alpha3 12 kind: DestinationRule 13 metadata: 14 name: "default" 15 annotations: 16 test-suite: "beta-mtls-on" 17 spec: 18 host: "*.local" 19 trafficPolicy: 20 tls: 21 mode: ISTIO_MUTUAL