From 29aa5e89032bc2b0c20fad49f0969271999f4b80 Mon Sep 17 00:00:00 2001 From: Istio Automation Date: Thu, 3 Aug 2023 19:18:08 -0700 Subject: [PATCH] Automator: update istio.io@ reference docs (#13686) --- content/en/docs/reference/commands/install-cni/index.html | 6 ++++++ content/en/docs/reference/commands/istioctl/index.html | 6 ++++++ content/en/docs/reference/commands/operator/index.html | 6 ++++++ content/en/docs/reference/commands/pilot-agent/index.html | 6 ++++++ .../en/docs/reference/commands/pilot-discovery/index.html | 6 ++++++ content/zh/docs/reference/commands/install-cni/index.html | 6 ++++++ content/zh/docs/reference/commands/istioctl/index.html | 6 ++++++ content/zh/docs/reference/commands/operator/index.html | 6 ++++++ content/zh/docs/reference/commands/pilot-agent/index.html | 6 ++++++ .../zh/docs/reference/commands/pilot-discovery/index.html | 6 ++++++ 10 files changed, 60 insertions(+) diff --git a/content/en/docs/reference/commands/install-cni/index.html b/content/en/docs/reference/commands/install-cni/index.html index 84cf630cec..bbd68ea497 100644 --- a/content/en/docs/reference/commands/install-cni/index.html +++ b/content/en/docs/reference/commands/install-cni/index.html @@ -862,6 +862,12 @@ Only applies when traffic from all groups (i.e. "*") is being redirected If set, limit Kubernetes watches to a single namespace. Warning: only a single namespace can be set. +ISTIO_WORKLOAD_ENTRY_VALIDATE_IDENTITY +Boolean +true +If enabled, will validate the identity of a workload matches the identity of the WorkloadEntry it is associating with for health checks and auto registration. This flag is added for backwards compatibility only and will be removed in future releases + + JWKS_RESOLVER_INSECURE_SKIP_VERIFY Boolean false diff --git a/content/en/docs/reference/commands/istioctl/index.html b/content/en/docs/reference/commands/istioctl/index.html index a9bcbb4005..2a41b7c737 100644 --- a/content/en/docs/reference/commands/istioctl/index.html +++ b/content/en/docs/reference/commands/istioctl/index.html @@ -7156,6 +7156,12 @@ These environment variables affect the behavior of the istioctl com If set, limit Kubernetes watches to a single namespace. Warning: only a single namespace can be set. +ISTIO_WORKLOAD_ENTRY_VALIDATE_IDENTITY +Boolean +true +If enabled, will validate the identity of a workload matches the identity of the WorkloadEntry it is associating with for health checks and auto registration. This flag is added for backwards compatibility only and will be removed in future releases + + JWKS_RESOLVER_INSECURE_SKIP_VERIFY Boolean false diff --git a/content/en/docs/reference/commands/operator/index.html b/content/en/docs/reference/commands/operator/index.html index 5a05e94c97..32b4981cec 100644 --- a/content/en/docs/reference/commands/operator/index.html +++ b/content/en/docs/reference/commands/operator/index.html @@ -557,6 +557,12 @@ These environment variables affect the behavior of the operator com If set, limit Kubernetes watches to a single namespace. Warning: only a single namespace can be set. +ISTIO_WORKLOAD_ENTRY_VALIDATE_IDENTITY +Boolean +true +If enabled, will validate the identity of a workload matches the identity of the WorkloadEntry it is associating with for health checks and auto registration. This flag is added for backwards compatibility only and will be removed in future releases + + JWKS_RESOLVER_INSECURE_SKIP_VERIFY Boolean false diff --git a/content/en/docs/reference/commands/pilot-agent/index.html b/content/en/docs/reference/commands/pilot-agent/index.html index dc15823889..ccdec3ebdb 100644 --- a/content/en/docs/reference/commands/pilot-agent/index.html +++ b/content/en/docs/reference/commands/pilot-agent/index.html @@ -1452,6 +1452,12 @@ Only applies when traffic from all groups (i.e. "*") is being redirected If set, limit Kubernetes watches to a single namespace. Warning: only a single namespace can be set. +ISTIO_WORKLOAD_ENTRY_VALIDATE_IDENTITY +Boolean +true +If enabled, will validate the identity of a workload matches the identity of the WorkloadEntry it is associating with for health checks and auto registration. This flag is added for backwards compatibility only and will be removed in future releases + + JWKS_RESOLVER_INSECURE_SKIP_VERIFY Boolean false diff --git a/content/en/docs/reference/commands/pilot-discovery/index.html b/content/en/docs/reference/commands/pilot-discovery/index.html index 80617cc94c..7d0dc0b845 100644 --- a/content/en/docs/reference/commands/pilot-discovery/index.html +++ b/content/en/docs/reference/commands/pilot-discovery/index.html @@ -725,6 +725,12 @@ These environment variables affect the behavior of the pilot-discoveryIf set, limit Kubernetes watches to a single namespace. Warning: only a single namespace can be set. +ISTIO_WORKLOAD_ENTRY_VALIDATE_IDENTITY +Boolean +true +If enabled, will validate the identity of a workload matches the identity of the WorkloadEntry it is associating with for health checks and auto registration. This flag is added for backwards compatibility only and will be removed in future releases + + JWKS_RESOLVER_INSECURE_SKIP_VERIFY Boolean false diff --git a/content/zh/docs/reference/commands/install-cni/index.html b/content/zh/docs/reference/commands/install-cni/index.html index 84cf630cec..bbd68ea497 100644 --- a/content/zh/docs/reference/commands/install-cni/index.html +++ b/content/zh/docs/reference/commands/install-cni/index.html @@ -862,6 +862,12 @@ Only applies when traffic from all groups (i.e. "*") is being redirected If set, limit Kubernetes watches to a single namespace. Warning: only a single namespace can be set. +ISTIO_WORKLOAD_ENTRY_VALIDATE_IDENTITY +Boolean +true +If enabled, will validate the identity of a workload matches the identity of the WorkloadEntry it is associating with for health checks and auto registration. This flag is added for backwards compatibility only and will be removed in future releases + + JWKS_RESOLVER_INSECURE_SKIP_VERIFY Boolean false diff --git a/content/zh/docs/reference/commands/istioctl/index.html b/content/zh/docs/reference/commands/istioctl/index.html index a9bcbb4005..2a41b7c737 100644 --- a/content/zh/docs/reference/commands/istioctl/index.html +++ b/content/zh/docs/reference/commands/istioctl/index.html @@ -7156,6 +7156,12 @@ These environment variables affect the behavior of the istioctl com If set, limit Kubernetes watches to a single namespace. Warning: only a single namespace can be set. +ISTIO_WORKLOAD_ENTRY_VALIDATE_IDENTITY +Boolean +true +If enabled, will validate the identity of a workload matches the identity of the WorkloadEntry it is associating with for health checks and auto registration. This flag is added for backwards compatibility only and will be removed in future releases + + JWKS_RESOLVER_INSECURE_SKIP_VERIFY Boolean false diff --git a/content/zh/docs/reference/commands/operator/index.html b/content/zh/docs/reference/commands/operator/index.html index 5a05e94c97..32b4981cec 100644 --- a/content/zh/docs/reference/commands/operator/index.html +++ b/content/zh/docs/reference/commands/operator/index.html @@ -557,6 +557,12 @@ These environment variables affect the behavior of the operator com If set, limit Kubernetes watches to a single namespace. Warning: only a single namespace can be set. +ISTIO_WORKLOAD_ENTRY_VALIDATE_IDENTITY +Boolean +true +If enabled, will validate the identity of a workload matches the identity of the WorkloadEntry it is associating with for health checks and auto registration. This flag is added for backwards compatibility only and will be removed in future releases + + JWKS_RESOLVER_INSECURE_SKIP_VERIFY Boolean false diff --git a/content/zh/docs/reference/commands/pilot-agent/index.html b/content/zh/docs/reference/commands/pilot-agent/index.html index dc15823889..ccdec3ebdb 100644 --- a/content/zh/docs/reference/commands/pilot-agent/index.html +++ b/content/zh/docs/reference/commands/pilot-agent/index.html @@ -1452,6 +1452,12 @@ Only applies when traffic from all groups (i.e. "*") is being redirected If set, limit Kubernetes watches to a single namespace. Warning: only a single namespace can be set. +ISTIO_WORKLOAD_ENTRY_VALIDATE_IDENTITY +Boolean +true +If enabled, will validate the identity of a workload matches the identity of the WorkloadEntry it is associating with for health checks and auto registration. This flag is added for backwards compatibility only and will be removed in future releases + + JWKS_RESOLVER_INSECURE_SKIP_VERIFY Boolean false diff --git a/content/zh/docs/reference/commands/pilot-discovery/index.html b/content/zh/docs/reference/commands/pilot-discovery/index.html index 80617cc94c..7d0dc0b845 100644 --- a/content/zh/docs/reference/commands/pilot-discovery/index.html +++ b/content/zh/docs/reference/commands/pilot-discovery/index.html @@ -725,6 +725,12 @@ These environment variables affect the behavior of the pilot-discoveryIf set, limit Kubernetes watches to a single namespace. Warning: only a single namespace can be set. +ISTIO_WORKLOAD_ENTRY_VALIDATE_IDENTITY +Boolean +true +If enabled, will validate the identity of a workload matches the identity of the WorkloadEntry it is associating with for health checks and auto registration. This flag is added for backwards compatibility only and will be removed in future releases + + JWKS_RESOLVER_INSECURE_SKIP_VERIFY Boolean false