-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Http Service should provide ability to proxy incoming requests #41960
Comments
Pinging @elastic/kibana-platform |
Note that the proxy endpoint in the Elasticsearch plugin is going away, but the Console one will still need to be supported. |
Exactly, after #50783 is merged, we'll be able to support |
Also |
Great, can you make that PR close this issue as well? |
done! |
Closing as #50783 has been merged (for some reason it didn't close automatically) |
Reopened. Plugins proxying requests to elasticsearch will start failing when we merge #55670 |
Kibana provides own abstraction on top of the HTTP server, so dealing with
KibanaRequest
andKibanaResponse
is not always makes sense because they were created to hide low-level details.We already had a problem implementing #36907 when we needed access to all request headers. It looks like Http Service should support proxying requests out of the box, without exposing all request details.
Server should support request streaming to reduce memory footprint. Usage in Legacy: 1 2
Note: Legacy platform provides hapi
h2o2
plugin to the plugins, but it doesn't mean we should do so.The text was updated successfully, but these errors were encountered: