mirror of https://github.com/istio/istio.io.git
Fix privildeged (#6997)
This commit is contained in:
parent
e25a359855
commit
1290482b63
|
|
@ -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 >}}
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue