-
Notifications
You must be signed in to change notification settings - Fork 95
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for Gateway API supported filters for HTTPRoutes #2378
Comments
There are 5 filters in total:
Of these 5,
The sample HTTPRoute filters used for testing HTTPHeaderFilter are given below:
|
Sample:
https://www.envoyproxy.io/docs/envoy/latest/start/sandboxes/route-mirror |
|
CrowleyRajapakse
added a commit
that referenced
this issue
Jun 18, 2024
Add support for HeaderModifier filter in Config Deployer
Subtasks
|
Fixed with PR #2392 |
github-project-automation
bot
moved this from In-Progress
to ✅ Done/Done
in APK Development
Aug 12, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description:
As specified in https://gateway-api.sigs.k8s.io/reference/spec/#gateway.networking.k8s.io/v1.HTTPRouteFilter, APK needs to be tested for the features it currently supports as well as what could potentially be supported as well.
This also needs to be added from the apk-conf level as well.
The text was updated successfully, but these errors were encountered: