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

Platform API for static HTML page rendering #77030

Closed
mshustov opened this issue Sep 9, 2020 · 2 comments
Closed

Platform API for static HTML page rendering #77030

mshustov opened this issue Sep 9, 2020 · 2 comments
Labels
enhancement New value added to drive a business result Team:Core Core services & architecture: plugins, logging, config, saved objects, http, ES client, i18n, etc

Comments

@mshustov
Copy link
Contributor

mshustov commented Sep 9, 2020

Currently, the platform doesn't expose rendering_service API to plugins. Instead, we recommend plugins leverage the http_resources service that provides methods to register a custom endpoint for HTML page rendering. Now we have a use-case when a page should be rendered outside of the request handler: #75538
The platform should provide API allowing a plugin to render a page in any lifecycle stage, including http-request interceptor.
Blocked by #54375, since we want to provide the ability to render a static HTML page with Kibana CSS styles.

@mshustov mshustov added Team:Core Core services & architecture: plugins, logging, config, saved objects, http, ES client, i18n, etc enhancement New value added to drive a business result labels Sep 9, 2020
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-platform (Team:Platform)

@pgayvallet
Copy link
Contributor

Given that:

I'll consider we're not planning on doing this and will close the issue.

@pgayvallet pgayvallet closed this as not planned Won't fix, can't repro, duplicate, stale Jul 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New value added to drive a business result Team:Core Core services & architecture: plugins, logging, config, saved objects, http, ES client, i18n, etc
Projects
None yet
Development

No branches or pull requests

3 participants