Fix privildeged (#6997)

This commit is contained in:
Eric Van Norman 2020-04-02 10:12:33 -05:00 committed by GitHub
parent e25a359855
commit 1290482b63
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -106,7 +106,7 @@ command terminated with exit code 56
sleep.legacy to httpbin.bar: 200
{{< /text >}}
If you installed Istio with `values.global.proxy.privildeged=true`, you can use `tcpdump` to verify
If you installed Istio with `values.global.proxy.privileged=true`, you can use `tcpdump` to verify
traffic is encrypted or not.
{{< text bash >}}

View File

@ -3,4 +3,4 @@ title: How can I verify that traffic is using mutual TLS encryption?
weight: 25
---
If you installed Istio with `values.global.proxy.privildeged=true`, you can use `tcpdump` to determine encryption status. See [Istio mutual TLS migration](/docs/tasks/security/authentication/mtls-migration) for instructions.
If you installed Istio with `values.global.proxy.privileged=true`, you can use `tcpdump` to determine encryption status. See [Istio mutual TLS migration](/docs/tasks/security/authentication/mtls-migration) for instructions.