Skip to content

Commit

Permalink
Fix: Clarify workspace instead of environment for Dynamic Plugin Orde…
Browse files Browse the repository at this point in the history
…ring feature (#7745)

Clarify workspace instead of environment

According to tests, this seems to be unique to each workspace. In other words, one workspace can still use dynamic ordering if consumer-scoped plugins are in use as long as the consumer-scoped plugins are in a different workspace than the one using dynamic ordering for example. This created confusion with a customer and required manual testing.
  • Loading branch information
d19dotca authored Aug 20, 2024
1 parent cb6de8c commit 6260604
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/_src/gateway/kong-enterprise/plugin-ordering/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ PluginA:

Dynamic plugin ordering cannot coexist with consumer-scoped plugins,
even if they are applied to entirely different service and route pairs or are running globally.
If you have consumer-scoped plugins anywhere in your environment, you can't use
If you have consumer-scoped plugins anywhere in your workspace, you can't use
dynamic plugin ordering.

Consumer mapping and dynamic plugin ordering both run in the access phase, but the order of the
Expand Down

0 comments on commit 6260604

Please sign in to comment.