Skip to content
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

core/http needs to allow for additional http services to be spun up #36713

Closed
toddself opened this issue May 20, 2019 · 1 comment · Fixed by #36804
Closed

core/http needs to allow for additional http services to be spun up #36713

toddself opened this issue May 20, 2019 · 1 comment · Fixed by #36804
Assignees
Labels

Comments

@toddself
Copy link
Contributor

Describe the feature:

The core http service needs to allow plugins to spin up additional http services on alternate ports.

If the main https service is TLS-enabled, the secondary services should also inherit that TLS configuration.

Describe a specific use case for the feature:

The proxy plugin #36709 requires that internal communication between kibana nodes be done via a secondary port/service for future compatibility reasons

@toddself
Copy link
Contributor Author

@restrry this looks like the HttpServer class can be instantiated already with a separate port.

It looks like a plugin could just configure a second http server and start it up, and then we could register the routes for a given resource when the plugin notifies the proxy that it is responsible for a given resource?

Does this sound like a valid strategy

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant