-
Notifications
You must be signed in to change notification settings - Fork 472
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
webhook/conformance: Handle incompatible HTTP Filters on a rule #1521
Comments
Thanks @sunjayBhatia! I think we already do that with https://github.com/kubernetes-sigs/gateway-api/blob/main/apis/v1beta1/validation/httproute.go#L127, so maybe we just need a spec update similar to #1497 (comment). |
oh nice, missed that! i guess only changes needed are these two locations need an update about the Accepted and possible new condition: |
Any chance you can bang out a quick PR to implement that update for us @sunjayBhatia? I've put this in v0.7.0 so we don't miss it, but if we get the PR done quick, this could make v0.6.0. |
yep I can try to get this change done soon |
/assign |
opened #1540 to address this |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
/remove-lifecycle stale |
Re: The last two bullets in this section of GEP-1364: https://gateway-api.sigs.k8s.io/geps/gep-1364/#accepted
For incompatible filters in an HTTPRoute, seems like we can do somethings similar to this change that validates HTTP header filters: #1497
We could do this instead of/in addition to the status changes described in the GEP
The text was updated successfully, but these errors were encountered: