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:
Jianfei Hu 2021-04-01 17:58:48 -07:00 committed by GitHub
parent f8c4793af6
commit 93becebd02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 0 deletions

View File

@ -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.