mirror of https://github.com/istio/istio.io.git
Automator: update istio.io@ reference docs (#15400)
This commit is contained in:
parent
b0104fbcdd
commit
bc7e47269d
|
|
@ -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. "*") 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>
|
||||
|
|
|
|||
|
|
@ -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. "*") 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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue