-
Notifications
You must be signed in to change notification settings - Fork 45
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
Allow bodyless requests to passthrough EPP #555
Allow bodyless requests to passthrough EPP #555
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: kfswain The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
✅ Deploy Preview for gateway-api-inference-extension ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
429d424
to
ea17f5f
Compare
ea17f5f
to
b6890c6
Compare
8cfe836
to
dd5d6bf
Compare
dd5d6bf
to
3513345
Compare
3513345
to
ee6bce5
Compare
ee6bce5
to
2e2aab8
Compare
/lgtm |
2e2aab8
to
18f236b
Compare
18f236b
to
e137751
Compare
/lgtm |
This PR allows requests that do not have a body or trailer to passthrough to a random endpoint. This operates under the assumption that bodyless messages will be GET requests for administrative endpoints (such as
/health
or/v1/models
).Enforcement will involve a something like: #526
EPP path restrictions are still in progress