support GWAPI extended filters RequestMirror
and URLRewrite
#2800
Labels
area/feature
New feature or request
area/gateway-api
Relating to upstream Kubernetes SIG Networking Gateway API
nice-to-have
Is there an existing issue for this?
Problem Statement
We should support the extended
HTTPRoute
filtersRequestMirror
andURLRewrite
to be compliant with the extended features of the Gateway API. The core filterRequestHeaderModifier
has already been supported in KIC by means of a kong plugin, and we should do the same for these filters.Proposed Solution
Extend the function
generatePluginsFromHTTPRouteRuleFilters
to support the filtersRequestMirror
andURLRewrite
Additional information
Acceptance Criteria
RequestMirror
is translated to the proper Kong pluginURLRewrite
filter in HTTPRoute #5853The text was updated successfully, but these errors were encountered: