-
Notifications
You must be signed in to change notification settings - Fork 423
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
HTTPRouteFilter direct response does not work #4998
Comments
you shouldnt be specifying a backendRef for this case, and if you do, it should be a valid one (still will have no effect and directResponse will kick in), if Envoy Gateway finds any invalid config (non existent backend maps to invalid config), if adds a directResponse of 500, closing this one since it working as designed, feel free to reopen if you have futher questions |
@arkodg I think there is misunderstood, the ![]() |
ah my bad, but I dont see that error in the test cases |
I tried many times and check the code, didn't find a solution. |
@ovaldi - it seems like the HTTPRouteFilter has no namespace, so it's probably applied in the |
Hi @guydc I double-checked that the |
Thanks @ovaldi. Can you please provide a more standalone step-by-step reproduction of the issue? e.g. install Envoy Gateway version X with Y helm values and apply resources Z (Gateway, Route, Filters in a yaml format [not picture])? |
We were previously using EG v1.1.1 and recently upgraded to v1.2.4
I will try to provide a demo yaml after my vacation, thank you @guydc |
Hi @guydc I cannot reproduce this issue in the Test cluster, this issue can only reproduce in the Prod cluster. (Same K8s version & Same EG version) Anyway, I will close this issue until I can reproduce it in the Test cluster. |
EG version: v1.2.4
K8s version: v1.31
The text was updated successfully, but these errors were encountered: