mirror of https://github.com/istio/istio.io.git
updating statement about peer authn in l4-policy usage doc (#15206)
* updating statement about peer authn in l4-policy usage doc Signed-off-by: Ian Rudie <ian.rudie@solo.io> * naughty suggestion --------- Signed-off-by: Ian Rudie <ian.rudie@solo.io> Co-authored-by: Craig Box <craig.box@gmail.com>
This commit is contained in:
parent
5223583941
commit
1727446158
|
@ -108,10 +108,6 @@ This means that when you have a waypoint installed, **the ideal place to enforce
|
|||
|
||||
Istio's [peer authentication policies](/docs/concepts/security/#peer-authentication), which configure mutual TLS (mTLS) modes, are supported by ztunnel.
|
||||
|
||||
The default policy for ambient mode is `PERMISSIVE`, which allows pods to accept both mTLS-encrypted traffic (from within the mesh) and plain text traffic (from without). Enabling `STRICT` mode means that pods will only accept mTLS-encrypted traffic.
|
||||
|
||||
As ztunnel and {{< gloss >}}HBONE{{< /gloss >}} implies the use of mTLS, it is not possible to use the `DISABLE` mode in a policy. Such policies will be ignored.
|
||||
|
||||
If you need to disable mTLS for an entire namespace, you will have to disable ambient mode:
|
||||
|
||||
{{< text bash >}}
|
||||
$ kubectl label namespace default istio.io/dataplane-mode-
|
||||
{{< /text >}}
|
||||
|
|
Loading…
Reference in New Issue