mirror of https://github.com/istio/istio.io.git
Update example of refine the mutual TLS settings per port (#14385)
This commit is contained in:
parent
6fa1cf24a1
commit
af2edc6964
|
|
@ -242,7 +242,7 @@ sleep.legacy to httpbin.bar: 000
|
|||
command terminated with exit code 56
|
||||
{{< /text >}}
|
||||
|
||||
To refine the mutual TLS settings per port, you must configure the `portLevelMtls` section. For example, the following peer authentication policy requires mutual TLS on all ports, except port `80`:
|
||||
To refine the mutual TLS settings per port, you must configure the `portLevelMtls` section. For example, the following peer authentication policy requires mutual TLS on all ports, except port `8080`:
|
||||
|
||||
{{< text bash >}}
|
||||
$ cat <<EOF | kubectl apply -n bar -f -
|
||||
|
|
|
|||
Loading…
Reference in New Issue