Skip to content

Commit

Permalink
Style updates to bug fix OSSM-3647 (squash)
Browse files Browse the repository at this point in the history
  • Loading branch information
gwynnemonahan committed Nov 3, 2023
1 parent c247daa commit c714716
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions modules/ossm-rn-fixed-issues.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ Provide the following info for each issue if possible:
The following issue has been resolved in the current release:

* https://issues.redhat.com/browse/OSSM-3647[OSSM-3647] Previously, in the {SMProductShortName} control plane (SMCP) v2.2 (Istio 1.12), WasmPlugins were applied only to inbound listeners. Since SMCP v2.3 (Istio 1.14), WasmPlugins have been applied to inbound and outbound listeners by default, which introduced regression for users of 3scale WasmPlugin. Now, the environment variable `APPLY_WASM_PLUGINS_TO_INBOUND_ONLY` is added which allows safe migration from SMCP v2.2 to v2.3 and v2.4.
+
Red Hat recommends setting this variable in SMCP v2.2, then upgrade to v2.4, then set `spec.match[].mode: SERVER` in WasmPlugins, and at the end remove previously added environment variable.
+
The following setting should be added to the SMCP config:
+
[source, yaml]
----
spec:
Expand All @@ -32,6 +32,15 @@ spec:
APPLY_WASM_PLUGINS_TO_INBOUND_ONLY: "true"

----
+
Red Hat recommends the following:
+
--
. Set ` APPLY_WASM_PLUGINS_TO_INBOUND_ONLY` in SMCP v2.2.
. Upgrade to 2.4.
. Set `spec.match[].mode: SERVER` in WasmPlugins.
. Remove previously added environment variable.
--
The following issues have been resolved in previous releases:
Expand Down

0 comments on commit c714716

Please sign in to comment.