Skip to content

[Maps] Should make sure license check completes at startup #85863

@thomasneirynck

Description

@thomasneirynck

Kibana version:

7.x, master

Describe the bug:

Kibana Maps performs a license check by subscribing to the license$ observable on plugin-start.

licensingPluginStart.license$.subscribe((license: ILicense) => {

There are no guarantees in the order these are fired. Subtle edge-case bugs may arise on Kibana startup, where up2date license info is not available.

A similar fix was made on the server-side #84806. This should be fixed on the client-side code of the Maps-plugin as well.

cc @nickpeihl @jsanz this is likely affecting some of the oddities we're seeing in on-prem EMS deployments.

Metadata

Metadata

Labels

Team:GeoFormer Team Label for Geo Team. Now use Team:PresentationbugFixes for quality problems that affect the customer experiencechorev7.11.0v8.0.0

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions