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

Expose features plugin API on the client #54891

Closed
mshustov opened this issue Jan 15, 2020 · 2 comments
Closed

Expose features plugin API on the client #54891

mshustov opened this issue Jan 15, 2020 · 2 comments
Labels
blocker Feature:New Platform Team:Core Core services & architecture: plugins, logging, config, saved objects, http, ES client, i18n, etc

Comments

@mshustov
Copy link
Contributor

x-pack.features plugin provides an API contract on the server-side only. Dependent plugins (security & spaces) have to call /api/features endpoint to retrieve plugin data on the client-side. It makes testing & typings uncomfortable, doesn't handle plugin disabling. The plugin should provide a client-side API that handles all network interactions under the hood.

@mshustov mshustov added blocker Team:Core Core services & architecture: plugins, logging, config, saved objects, http, ES client, i18n, etc Feature:New Platform labels Jan 15, 2020
@elasticmachine
Copy link
Contributor

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

@joshdover joshdover added this to Prioritized Backlog in kibana-core [DEPRECATED] Jan 28, 2020
@joshdover joshdover moved this from Prioritized Backlog to 7.8 in kibana-core [DEPRECATED] Mar 2, 2020
@joshdover joshdover moved this from 7.8 to Prioritized Backlog in kibana-core [DEPRECATED] Mar 2, 2020
@mshustov
Copy link
Contributor Author

done in #60563

kibana-core [DEPRECATED] automation moved this from Prioritized Backlog to Done (7.7) Mar 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocker Feature:New Platform Team:Core Core services & architecture: plugins, logging, config, saved objects, http, ES client, i18n, etc
Projects
Development

No branches or pull requests

2 participants