mirror of https://github.com/istio/istio.io.git
Automator: update istio.io@ reference docs (#10976)
This commit is contained in:
parent
143f48291a
commit
8c78cd9923
|
@ -798,6 +798,22 @@ These environment variables affect the behavior of the <code>install-cni</code>
|
|||
<td>If enabled, mesh will support certificates signed by more than one trustAnchor for ISTIO_MUTUAL mTLS</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>ISTIO_OUTBOUND_OWNER_GROUPS</code></td>
|
||||
<td>String</td>
|
||||
<td><code>*</code></td>
|
||||
<td>Comma separated list of groups whose outgoing traffic is to be redirected to Envoy.
|
||||
A group can be specified either by name or by a numeric GID.
|
||||
The wildcard character "*" can be used to configure redirection of traffic from all groups.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>ISTIO_OUTBOUND_OWNER_GROUPS_EXCLUDE</code></td>
|
||||
<td>String</td>
|
||||
<td><code></code></td>
|
||||
<td>Comma separated list of groups whose outgoing traffic is to be excluded from redirection to Envoy.
|
||||
A group can be specified either by name or by a numeric GID.
|
||||
Only applies when traffic from all groups (i.e. "*") is being redirected to Envoy.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>JWT_POLICY</code></td>
|
||||
<td>String</td>
|
||||
<td><code>third-party-jwt</code></td>
|
||||
|
|
|
@ -1324,6 +1324,22 @@ These environment variables affect the behavior of the <code>pilot-agent</code>
|
|||
<td>If enabled, mesh will support certificates signed by more than one trustAnchor for ISTIO_MUTUAL mTLS</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>ISTIO_OUTBOUND_OWNER_GROUPS</code></td>
|
||||
<td>String</td>
|
||||
<td><code>*</code></td>
|
||||
<td>Comma separated list of groups whose outgoing traffic is to be redirected to Envoy.
|
||||
A group can be specified either by name or by a numeric GID.
|
||||
The wildcard character "*" can be used to configure redirection of traffic from all groups.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>ISTIO_OUTBOUND_OWNER_GROUPS_EXCLUDE</code></td>
|
||||
<td>String</td>
|
||||
<td><code></code></td>
|
||||
<td>Comma separated list of groups whose outgoing traffic is to be excluded from redirection to Envoy.
|
||||
A group can be specified either by name or by a numeric GID.
|
||||
Only applies when traffic from all groups (i.e. "*") is being redirected to Envoy.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>ISTIO_PROMETHEUS_ANNOTATIONS</code></td>
|
||||
<td>String</td>
|
||||
<td><code></code></td>
|
||||
|
|
Loading…
Reference in New Issue