From 00c8ff0e97c6c01430d6ed4a8013d38e6a7e21d1 Mon Sep 17 00:00:00 2001
From: Istio Automation
Date: Thu, 12 May 2022 20:36:22 -0700
Subject: [PATCH] Automator: update istio.io@ reference docs (#11299)
---
.../proxy_extensions/wasm-plugin/index.html | 12 --------
.../proxy_extensions/wasm-plugin/index.html | 12 --------
data/analysis.yaml | 29 ++-----------------
3 files changed, 3 insertions(+), 50 deletions(-)
diff --git a/content/en/docs/reference/config/proxy_extensions/wasm-plugin/index.html b/content/en/docs/reference/config/proxy_extensions/wasm-plugin/index.html
index 36c13081cd..14bf743196 100644
--- a/content/en/docs/reference/config/proxy_extensions/wasm-plugin/index.html
+++ b/content/en/docs/reference/config/proxy_extensions/wasm-plugin/index.html
@@ -246,18 +246,6 @@ Name of a K8s Secret in the same namespace as the WasmPlugin that
contains a docker pull secret which is to be used to authenticate
against the registry when pulling the image.
-
-
-No
- |
-
-
-verificationKey |
-string |
-
- Public key that will be used to verify signatures of signed OCI images
-or Wasm modules. Must be supplied in PEM format.
-
|
No
diff --git a/content/zh/docs/reference/config/proxy_extensions/wasm-plugin/index.html b/content/zh/docs/reference/config/proxy_extensions/wasm-plugin/index.html
index 3ad731a451..fb34b04f48 100644
--- a/content/zh/docs/reference/config/proxy_extensions/wasm-plugin/index.html
+++ b/content/zh/docs/reference/config/proxy_extensions/wasm-plugin/index.html
@@ -246,18 +246,6 @@ Name of a K8s Secret in the same namespace as the WasmPlugin that
contains a docker pull secret which is to be used to authenticate
against the registry when pulling the image.
- |
-
-No
- |
-
-
-verificationKey |
-string |
-
- Public key that will be used to verify signatures of signed OCI images
-or Wasm modules. Must be supplied in PEM format.
-
|
No
diff --git a/data/analysis.yaml b/data/analysis.yaml
index 333af12b00..b9de6bf358 100644
--- a/data/analysis.yaml
+++ b/data/analysis.yaml
@@ -560,29 +560,6 @@ messages:
- name: "EnvoyFilterUsesRelativeOperation"
code: IST0151
level: Warning
- description: "This EnvoyFilter does not have a priority and has a relative patch operation set which can cause the EnvoyFilter not to be applied. Using the INSERT_FIRST or ADD option or setting the priority may help in ensuring the EnvoyFilter is applied correctly."
- template: "This EnvoyFilter does not have a priority and has a relative patch operation set which can cause the EnvoyFilter not to be applied. Using the INSERT_FIRST of ADD option or setting the priority may help in ensuring the EnvoyFilter is applied correctly."
-
- - name: "EnvoyFilterUsesReplaceOperationIncorrectly"
- code: IST0152
- level: Error
- description: "The REPLACE operation is only valid for HTTP_FILTER and NETWORK_FILTER."
- template: "The REPLACE operation is only valid for HTTP_FILTER and NETWORK_FILTER."
-
- - name: "EnvoyFilterUsesAddOperationIncorrectly"
- code: IST0153
- level: Error
- description: "The ADD operation will be ignored when applyTo is set to ROUTE_CONFIGURATION, or HTTP_ROUTE."
- template: "The ADD operation will be ignored when applyTo is set to ROUTE_CONFIGURATION, or HTTP_ROUTE."
-
- - name: "EnvoyFilterUsesRemoveOperationIncorrectly"
- code: IST0154
- level: Error
- description: "The REMOVE operation will be ignored when applyTo is set to ROUTE_CONFIGURATION, or HTTP_ROUTE."
- template: "The REMOVE operation will be ignored when applyTo is set to ROUTE_CONFIGURATION, or HTTP_ROUTE."
-
- - name: "EnvoyFilterUsesRelativeOperationWithProxyVersion"
- code: IST0155
- level: Warning
- description: "This EnvoyFilter does not have a priority and has a relative patch operation (NSTERT_BEFORE/AFTER, REPLACE, MERGE, DELETE) and proxyVersion set which can cause the EnvoyFilter not to be applied during an upgrade. Using the INSERT_FIRST or ADD option or setting the priority may help in ensuring the EnvoyFilter is applied correctly."
- template: "This EnvoyFilter does not have a priority and has a relative patch operation (NSTERT_BEFORE/AFTER, REPLACE, MERGE, DELETE) and proxyVersion set which can cause the EnvoyFilter not to be applied during an upgrade. Using the INSERT_FIRST or ADD option or setting the priority may help in ensuring the EnvoyFilter is applied correctly."
+ description: "This envoy filter does not have a priority and has a relative patch operation set which can cause the envoyFilter not to be applied. Using the INSERT_FIRST option or setting the priority may help in ensuring the envoyFilter is applied correctly"
+ template: "This envoy filter does not have a priority and has a relative patch operation set which can cause the envoyFilter not to be applied. Using the INSERT_FIRST option or setting the priority may help in ensuring the envoyFilter is applied correctly"
+
\ No newline at end of file
|