kubernetes-sigs / gateway-api

Repository for the next iteration of composite service (e.g. Ingress) and load balancing APIs.
https://gateway-api.sigs.k8s.io
Apache License 2.0
1.68k stars 441 forks source link

conformance - HTTPBackendRef Filter HTTPRouteFilterRequestRedirect #2936

Open dprotaso opened 3 months ago

dprotaso commented 3 months ago

What would you like to be added: Currently there isn't a conformance tests for the HTTPRouteFilterRequestRedirect on the HTTPBackendRef

Why this is needed: The feature is Extended but there is no way for implementations to specify that they support this feature. Secondly, a conformance test will verify that the implementation is correctly implemented.

/good-first-issue /help

A good reference on how to write the test please see the following PRs https://github.com/kubernetes-sigs/gateway-api/pulls?q=is%3Apr+author%3Adprotaso+HTTPBackendRef+

k8s-ci-robot commented 3 months ago

@dprotaso: This request has been marked as suitable for new contributors.

Guidelines

Please ensure that the issue body includes answers to the following questions:

For more details on the requirements of such an issue, please see here and ensure that they are met.

If this request no longer meets these requirements, the label can be removed by commenting with the /remove-good-first-issue command.

In response to [this](https://github.com/kubernetes-sigs/gateway-api/issues/2936): > > >**What would you like to be added**: >Currently there isn't a conformance tests for the HTTPRouteFilterRequestRedirect on the HTTPBackendRef > >**Why this is needed**: >The feature is `Extended` but there is no way for implementations to specify that they support this feature. Secondly, a conformance test will verify that the implementation is _correctly_ implemented. > >/good-first-issue >/help > Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes/test-infra](https://github.com/kubernetes/test-infra/issues/new?title=Prow%20issue:) repository.
sharmaansh21 commented 3 months ago

@dprotaso Can I also pick this up?

dprotaso commented 3 months ago

sure /assign @sharmaansh21

MovieMaker93 commented 1 month ago

@dprotaso Can I also pick this up?

Are you still working on it?

MovieMaker93 commented 1 month ago

Any news?

arnaud-tincelin commented 1 month ago

Hello @dprotaso, I would like to try contributing to this repo. May I try with this first issue if no one is working on it at the moment?