Skip to content

Commit 4041e4d

Browse files
author
Liam White
authored
Fix istio mutual in mtls config
1 parent 5830ef2 commit 4041e4d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

modules/security/mtls/config/destinationrule.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ metadata:
1212
release: istio
1313
spec:
1414
host: "*.local"
15-
15+
trafficPolicy:
16+
tls:
17+
mode: ISTIO_MUTUAL
1618
---
1719
# Destination rule to disable (m)TLS when talking to API server, as API server doesn't have sidecar.
1820
# Customer should add similar destination rules for other services that dont' have sidecar.

0 commit comments

Comments
 (0)