mirror of https://github.com/istio/istio.io.git
Automator: update istio.io@ reference docs (#11237)
This commit is contained in:
parent
f2181aae7b
commit
1c8be04759
|
@ -682,6 +682,12 @@ These environment variables affect the behavior of the <code>install-cni</code>
|
|||
<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>
|
||||
|
|
|
@ -6997,6 +6997,12 @@ These environment variables affect the behavior of the <code>istioctl</code> com
|
|||
<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>
|
||||
|
|
|
@ -333,6 +333,12 @@ These environment variables affect the behavior of the <code>operator</code> com
|
|||
<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>
|
||||
|
|
|
@ -1066,6 +1066,12 @@ These environment variables affect the behavior of the <code>pilot-agent</code>
|
|||
<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>
|
||||
|
|
|
@ -506,6 +506,12 @@ These environment variables affect the behavior of the <code>pilot-discovery</co
|
|||
<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>
|
||||
|
|
Loading…
Reference in New Issue