Convert HTTPRoute custom filters into Kong Route plugins #4812
Labels
area/feature
New feature or request
area/gateway-api
Relating to upstream Kubernetes SIG Networking Gateway API
Milestone
Is there an existing issue for this?
Problem Statement
The ingress way of configuring plugins on Kong routes is annotations-oriented. HTTPRoute provides a way of defining custom filters on
HTTPRouteRule
s and we should leverage it to let users configure plugins. This happens through theExtensionRef
field.Proposed Solution
ExtensionRef
field to contain onlyKongPlugin
resourcesAdditional information
No response
Acceptance Criteria
HTTPRoute
ExtensionRef
, I'm able to configure plugins in Kong Routes.The text was updated successfully, but these errors were encountered: