Automator: update istio.io@ reference docs (#15400)

This commit is contained in:
Istio Automation 2024-07-10 22:14:09 -04:00 committed by GitHub
parent b0104fbcdd
commit bc7e47269d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 12 additions and 12 deletions

View File

@ -2153,12 +2153,6 @@ Only applies when traffic from all groups (i.e. "*") is being redirected
<td>If enabled, istiod will use a secret named cacerts to store its self-signed istio-generated root certificate.</td>
</tr>
<tr>
<td><code>USE_EXTERNAL_WORKLOAD_SDS</code></td>
<td>Boolean</td>
<td><code>false</code></td>
<td>When set to true, the istio-agent will require an external SDS and will throw an error if the workload SDS socket is not found</td>
</tr>
<tr>
<td><code>VALIDATION_WEBHOOK_CONFIG_NAME</code></td>
<td>String</td>
<td><code>istio-istio-system</code></td>
@ -2201,6 +2195,12 @@ Only applies when traffic from all groups (i.e. &#34;*&#34;) is being redirected
<td>interval between checking the expiration of wasm modules</td>
</tr>
<tr>
<td><code>WORKLOAD_IDENTITY_SOCKET_FILE</code></td>
<td>String</td>
<td><code>socket</code></td>
<td>SPIRE workload identity SDS socket filename. If set, an SDS socket with this name must exist at ./var/run/secrets/workload-spiffe-uds</td>
</tr>
<tr>
<td><code>WORKLOAD_RSA_KEY_SIZE</code></td>
<td>Integer</td>
<td><code>2048</code></td>

View File

@ -2153,12 +2153,6 @@ Only applies when traffic from all groups (i.e. &#34;*&#34;) is being redirected
<td>If enabled, istiod will use a secret named cacerts to store its self-signed istio-generated root certificate.</td>
</tr>
<tr>
<td><code>USE_EXTERNAL_WORKLOAD_SDS</code></td>
<td>Boolean</td>
<td><code>false</code></td>
<td>When set to true, the istio-agent will require an external SDS and will throw an error if the workload SDS socket is not found</td>
</tr>
<tr>
<td><code>VALIDATION_WEBHOOK_CONFIG_NAME</code></td>
<td>String</td>
<td><code>istio-istio-system</code></td>
@ -2201,6 +2195,12 @@ Only applies when traffic from all groups (i.e. &#34;*&#34;) is being redirected
<td>interval between checking the expiration of wasm modules</td>
</tr>
<tr>
<td><code>WORKLOAD_IDENTITY_SOCKET_FILE</code></td>
<td>String</td>
<td><code>socket</code></td>
<td>SPIRE workload identity SDS socket filename. If set, an SDS socket with this name must exist at ./var/run/secrets/workload-spiffe-uds</td>
</tr>
<tr>
<td><code>WORKLOAD_RSA_KEY_SIZE</code></td>
<td>Integer</td>
<td><code>2048</code></td>