We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78d49cc commit 60589a7Copy full SHA for 60589a7
istiofiles/authentication-enable-tls.yml
@@ -0,0 +1,8 @@
1
+apiVersion: "authentication.istio.io/v1alpha1"
2
+kind: "Policy"
3
+metadata:
4
+ name: "default"
5
+ namespace: "tutorial"
6
+spec:
7
+ peers:
8
+ - mtls: {}
istiofiles/destination-rule-tls.yml
@@ -0,0 +1,10 @@
+apiVersion: "networking.istio.io/v1alpha3"
+kind: "DestinationRule"
+ host: "*.tutorial.svc.cluster.local"
+ trafficPolicy:
9
+ tls:
10
+ mode: ISTIO_MUTUAL
0 commit comments