Skip to content

Commit

Permalink
Automator: update istio.io@ reference docs (#11237)
Browse files Browse the repository at this point in the history
  • Loading branch information
istio-testing authored Apr 28, 2022
1 parent f2181aa commit 1c8be04
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 0 deletions.
6 changes: 6 additions & 0 deletions content/en/docs/reference/commands/install-cni/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -682,6 +682,12 @@ <h2 id="envvars">Environment variables</h2>
<td>Enable the auto mTLS EDS output to consult the PeerAuthentication Policy, only set the {tlsMode: istio} when server side policy enables mTLS PERMISSIVE or STRICT.</td>
</tr>
<tr>
<td><code>ENABLE_AUTO_SNI</code></td>
<td>Boolean</td>
<td><code>false</code></td>
<td>If enabled, automatically set SNI when `DestinationRules` do not specify the same</td>
</tr>
<tr>
<td><code>ENABLE_CA_SERVER</code></td>
<td>Boolean</td>
<td><code>true</code></td>
Expand Down
6 changes: 6 additions & 0 deletions content/en/docs/reference/commands/istioctl/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6997,6 +6997,12 @@ <h2 id="envvars">Environment variables</h2>
<td>Enable the auto mTLS EDS output to consult the PeerAuthentication Policy, only set the {tlsMode: istio} when server side policy enables mTLS PERMISSIVE or STRICT.</td>
</tr>
<tr>
<td><code>ENABLE_AUTO_SNI</code></td>
<td>Boolean</td>
<td><code>false</code></td>
<td>If enabled, automatically set SNI when `DestinationRules` do not specify the same</td>
</tr>
<tr>
<td><code>ENABLE_CA_SERVER</code></td>
<td>Boolean</td>
<td><code>true</code></td>
Expand Down
6 changes: 6 additions & 0 deletions content/en/docs/reference/commands/operator/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -333,6 +333,12 @@ <h2 id="envvars">Environment variables</h2>
<td>Enable the auto mTLS EDS output to consult the PeerAuthentication Policy, only set the {tlsMode: istio} when server side policy enables mTLS PERMISSIVE or STRICT.</td>
</tr>
<tr>
<td><code>ENABLE_AUTO_SNI</code></td>
<td>Boolean</td>
<td><code>false</code></td>
<td>If enabled, automatically set SNI when `DestinationRules` do not specify the same</td>
</tr>
<tr>
<td><code>ENABLE_CA_SERVER</code></td>
<td>Boolean</td>
<td><code>true</code></td>
Expand Down
6 changes: 6 additions & 0 deletions content/en/docs/reference/commands/pilot-agent/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1066,6 +1066,12 @@ <h2 id="envvars">Environment variables</h2>
<td>Enable the auto mTLS EDS output to consult the PeerAuthentication Policy, only set the {tlsMode: istio} when server side policy enables mTLS PERMISSIVE or STRICT.</td>
</tr>
<tr>
<td><code>ENABLE_AUTO_SNI</code></td>
<td>Boolean</td>
<td><code>false</code></td>
<td>If enabled, automatically set SNI when `DestinationRules` do not specify the same</td>
</tr>
<tr>
<td><code>ENABLE_CA_SERVER</code></td>
<td>Boolean</td>
<td><code>true</code></td>
Expand Down
6 changes: 6 additions & 0 deletions content/en/docs/reference/commands/pilot-discovery/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -506,6 +506,12 @@ <h2 id="envvars">Environment variables</h2>
<td>Enable the auto mTLS EDS output to consult the PeerAuthentication Policy, only set the {tlsMode: istio} when server side policy enables mTLS PERMISSIVE or STRICT.</td>
</tr>
<tr>
<td><code>ENABLE_AUTO_SNI</code></td>
<td>Boolean</td>
<td><code>false</code></td>
<td>If enabled, automatically set SNI when `DestinationRules` do not specify the same</td>
</tr>
<tr>
<td><code>ENABLE_CA_SERVER</code></td>
<td>Boolean</td>
<td><code>true</code></td>
Expand Down

0 comments on commit 1c8be04

Please sign in to comment.