-
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
[Maps] Update license check & requests to use NP services #52641
Conversation
Pinging @elastic/kibana-gis (Team:Geo) |
…hange. Import new license id in meta
…-request # Conflicts: # x-pack/legacy/plugins/maps/index.js # x-pack/legacy/plugins/maps/public/kibana_services.js # x-pack/legacy/plugins/maps/public/meta.js # x-pack/legacy/plugins/maps/public/meta.test.js # x-pack/legacy/plugins/maps/server/plugin.js
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
Also, the tilemap-plugin in x-pack needs a similar refactoring. https://github.com/elastic/kibana/blob/8e9a8a84dccfa7965ce8a22362885e6cdef8b51f/x-pack/legacy/plugins/tilemap/index.js
💚 Build SucceededHistory
To update your PR or re-run it, just comment with: |
) * Add back in np licensing changes previously pulled out of a separate pr * Watch license service and update local kibana service const obj. on change. Import new license id in meta * Update flow for initializing indexPatternServices while in this file * Clean up setup method. Add conditional subscribe of licensing * Review feedback. Use license getter instead of obj * Revert "Update flow for initializing indexPatternServices while in this file" This reverts commit 022f7dd. * Update meta test
…53362) * Add back in np licensing changes previously pulled out of a separate pr * Watch license service and update local kibana service const obj. on change. Import new license id in meta * Update flow for initializing indexPatternServices while in this file * Clean up setup method. Add conditional subscribe of licensing * Review feedback. Use license getter instead of obj * Revert "Update flow for initializing indexPatternServices while in this file" This reverts commit 022f7dd. * Update meta test
) * Add back in np licensing changes previously pulled out of a separate pr * Watch license service and update local kibana service const obj. on change. Import new license id in meta * Update flow for initializing indexPatternServices while in this file * Clean up setup method. Add conditional subscribe of licensing * Review feedback. Use license getter instead of obj * Revert "Update flow for initializing indexPatternServices while in this file" This reverts commit 022f7dd. * Update meta test
Following up on the licensing functionality pulled out of #51683 and in response to this comment. This PR adds the capability to check the license on the server-side and supply the license to EMS from the client leveraging new platform services. Currently it's blocked by #52551