mirror of https://github.com/istio/istio.io.git
Document the compatability issue of auto mTLS and exlucdeInboundPort. (#8917)
* Document the compatability issue of auto mTLS and exlucdeInboundPort. * retitle * Update content/en/faq/security/automtls-exlucde-port.md Co-authored-by: Sven Mawson <sven@google.com> * Update content/en/faq/security/automtls-exlucde-port.md Co-authored-by: Sven Mawson <sven@google.com> * more suggestions applied * comments, rename. Co-authored-by: Sven Mawson <sven@google.com>
This commit is contained in:
parent
0c092b8f71
commit
072d6ae415
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
title: Does Auto mutual TLS exclude ports set using "excludeInboundPorts" annotation?
|
||||
weight: 80
|
||||
---
|
||||
|
||||
No. When `traffic.sidecar.istio.io/excludeInboundPorts` is used on server workloads, Istio still
|
||||
configures the client Envoy to send mutual TLS by default. To change that, you need to configure
|
||||
a Destination Rule with mutual TLS mode set to `DISABLE` to have clients send plain text to those
|
||||
ports.
|
Loading…
Reference in New Issue