mirror of https://github.com/istio/istio.io.git
Automator: update istio.io@ reference docs (#14767)
This commit is contained in:
parent
47115b4703
commit
b7faa0b7ff
|
@ -12,7 +12,10 @@ number_of_entries: 3
|
|||
---
|
||||
<h2 id="PeerAuthentication">PeerAuthentication</h2>
|
||||
<section>
|
||||
<p>PeerAuthentication defines how traffic will be tunneled (or not) to the sidecar.</p>
|
||||
<p>{{< warning >}}
|
||||
Development of PeerAuthentication is currently frozen and likely to be replaced in Ambient.
|
||||
{{< /warning >}}
|
||||
PeerAuthentication defines how traffic will be tunneled (or not) to the sidecar.</p>
|
||||
<p>Examples:</p>
|
||||
<p>Policy to allow mTLS traffic for all workloads under namespace <code>foo</code>:</p>
|
||||
<pre><code class="language-yaml">apiVersion: security.istio.io/v1beta1
|
||||
|
|
|
@ -12,7 +12,10 @@ number_of_entries: 3
|
|||
---
|
||||
<h2 id="PeerAuthentication">PeerAuthentication</h2>
|
||||
<section>
|
||||
<p>PeerAuthentication defines how traffic will be tunneled (or not) to the sidecar.</p>
|
||||
<p>{{< warning >}}
|
||||
Development of PeerAuthentication is currently frozen and likely to be replaced in Ambient.
|
||||
{{< /warning >}}
|
||||
PeerAuthentication defines how traffic will be tunneled (or not) to the sidecar.</p>
|
||||
<p>Examples:</p>
|
||||
<p>Policy to allow mTLS traffic for all workloads under namespace <code>foo</code>:</p>
|
||||
<pre><code class="language-yaml">apiVersion: security.istio.io/v1beta1
|
||||
|
|
Loading…
Reference in New Issue