Skip to content

Commit

Permalink
Fix istio mutual in mtls config
Browse files Browse the repository at this point in the history
  • Loading branch information
liamawhite authored Jan 27, 2020
1 parent 5830ef2 commit 4041e4d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion modules/security/mtls/config/destinationrule.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ metadata:
release: istio
spec:
host: "*.local"

trafficPolicy:
tls:
mode: ISTIO_MUTUAL
---
# Destination rule to disable (m)TLS when talking to API server, as API server doesn't have sidecar.
# Customer should add similar destination rules for other services that dont' have sidecar.
Expand Down

0 comments on commit 4041e4d

Please sign in to comment.