mirror of https://github.com/istio/istio.io.git
Add auto mtls glossary. (#9430)
* Add auto mtls glossary. * update with comments, 1st. * Update content/en/docs/reference/glossary/auto-mtls.md Co-authored-by: Sven Mawson <sven@google.com> * update 3rd. * remove blank space * lint link fix Co-authored-by: Sven Mawson <sven@google.com>
This commit is contained in:
parent
f8c4793af6
commit
93becebd02
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
title: Auto mTLS
|
||||
test: n/a
|
||||
---
|
||||
|
||||
Auto mTLS is a feature of Istio to automatically configure client side proxies to send
|
||||
[mutual TLS traffic](/docs/tasks/security/authentication/authn-policy/#auto-mutual-tls)
|
||||
on connections where both the client and server are able to handle Mutual TLS traffic.
|
||||
Istio downgrades to plaintext when either the client or server is not able to handle such traffic.
|
Loading…
Reference in New Issue