feat(gateway): CEL conditions for plugins#5449
Open
lena-larionova wants to merge 5 commits into
Open
Conversation
✅ Deploy Preview for kongdeveloper ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
4595419 to
7e5b109
Compare
Contributor
There was a problem hiding this comment.
Pull request overview
Updates Kong Gateway conditional plugin documentation for 3.15 by migrating the reference material from legacy ATC expressions to CEL, and adds a version-pinned 3.14 reference page for legacy syntax.
Changes:
- Convert the main plugin-conditions reference (
/gateway/plugins/expressions/) from ATC to CEL, including new field/function docs and CEL-focused FAQs. - Add a 3.14-only legacy reference page (
/gateway/plugins/expressions-314/) with a prominent banner pointing readers to the CEL docs for 3.15+. - Update the conditional plugin execution how-to and the Plugin entity docs to reference CEL-based conditions and the updated logging output.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 8 comments.
| File | Description |
|---|---|
| app/gateway/plugins/expressions.md | Migrates the primary reference page to CEL syntax and expands the field/function reference and FAQs. |
| app/gateway/plugins/expressions-314.md | Adds a version-scoped 3.14 ATC reference page with a warning banner redirecting 3.15+ readers to CEL docs. |
| app/_how-tos/gateway/configure-conditional-plugin-execution.md | Updates the how-to TL;DR and logging examples to match CEL-based conditional execution behavior in 3.15. |
| app/_gateway_entities/plugin.md | Updates the Plugin entity docs’ “Conditional plugin execution” section wording to describe CEL conditions and link to the updated docs. |
lena-larionova
commented
Jun 3, 2026
lena-larionova
commented
Jun 3, 2026
lena-larionova
commented
Jun 3, 2026
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> Co-authored-by: lena-larionova <54370747+lena-larionova@users.noreply.github.com>
chobits
reviewed
Jun 4, 2026
chobits
reviewed
Jun 4, 2026
Guaris
requested changes
Jun 4, 2026
lena-larionova
commented
Jun 4, 2026
lena-larionova
commented
Jun 4, 2026
Co-authored-by: Angel <Guaris@users.noreply.github.com> Co-authored-by: lena-larionova <54370747+lena-larionova@users.noreply.github.com>
chobits
approved these changes
Jun 5, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
3.15 replaces plugin expressions in ATC with CEL.
Note: The file app/gateway/plugins/expressions-314.md does not need review, other than for the banner at the top. This is the old doc, renamed. I might turn this into a versioned page.
Fixes #5400
Preview Links
https://deploy-preview-5449--kongdeveloper.netlify.app/gateway/plugins/expressions - new doc for CEL‼️ don't review this whole page - it was renamed, so it's actually mostly unchanged. The relevant changes here are the title + warning banner before the intro.
https://deploy-preview-5449--kongdeveloper.netlify.app/gateway/plugins/expressions-314 - old doc for ATC
https://deploy-preview-5449--kongdeveloper.netlify.app/gateway/entities/plugin/#conditional-plugin-execution
https://deploy-preview-5449--kongdeveloper.netlify.app/gateway/configure-conditional-plugin-execution/