From 517864d00f9b7bdb7f4c363b2041981327645aa1 Mon Sep 17 00:00:00 2001 From: Andrew Kew Date: Tue, 27 Aug 2024 14:40:25 +0100 Subject: [PATCH] Updating docs based on change in OSS PR 13581 --- app/gateway/2.8.x/plugin-development/custom-logic.md | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/app/gateway/2.8.x/plugin-development/custom-logic.md b/app/gateway/2.8.x/plugin-development/custom-logic.md index bee285b7f834..4f417c18ebc2 100644 --- a/app/gateway/2.8.x/plugin-development/custom-logic.md +++ b/app/gateway/2.8.x/plugin-development/custom-logic.md @@ -279,17 +279,12 @@ regard to other plugins' phases (such as `:access()`, `:log()`, etc.). The following list includes all plugins bundled with open-source {{site.base_gateway}} or {{site.base_gateway}} running in Free mode. -{:.note} -> **Note:** The correlation-id plugin's execution order is different depending -on whether you're running {{site.base_gateway}} in Free mode or using the -open-source package. - The current order of execution for the bundled plugins is: Plugin | Priority ----------------------------|---------- pre-function | `+inf` -correlation-id | 100001 +correlation-id | 100001 zipkin | 100000 bot-detection | 2500 cors | 2000 @@ -321,7 +316,6 @@ loggly | 6 syslog | 4 grpc-web | 3 request-termination | 2 -correlation-id | 1 post-function | -1000 {% endnavtab %} @@ -334,7 +328,7 @@ The current order of execution for the bundled plugins is: Plugin | Priority ----------------------------|---------- pre-function | `+inf` -correlation-id | 100001 +correlation-id | 100001 zipkin | 100000 exit-transformer | 9999 bot-detection | 2500