Closed
Description
Gloo Edge Product
Enterprise
Gloo Edge Version
1.17.0
Is your feature request related to a problem? Please describe.
The Gloo Edge API has a feature called Direct Response Action that allows you to send a direct response to a client on a route match, without hitting the upstream.
In our K8S Gateway API we currently don't support this feature. There is an ongoing discussion in community to add this functionality as a first class citizen in K8S Gateway API in the form of an HttpRouteFilter: kubernetes-sigs/gateway-api#2826
Describe the solution you'd like
Suppport DirectResponseAction semantics with K8S Gateway API, ideally based on features in the Gateway API spec itself: kubernetes-sigs/gateway-api#2826
Describe alternatives you've considered
Implement DirectResponseAction in a Solo API as an extension to K8S Gateway API.
Additional Context
No response
┆Issue is synchronized with this Asana task by Unito
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment