[SUPPORT|kbn_pro] GetResponse S.A

Support request

ROR Version: 1.60.0

Kibana Version: 7.17.1

Elasticsearch Version: 7.17.1

Steps to reproduce the issue
Upgrade kibana plugin from version 1.38 to 1.60

Expected result:
Everything works :wink:
Actual Result:
Kibana failed to start. Log messages:

[09:17:58:938] [info][plugins][ReadonlyREST][ConfigurationCompliance] ConfigurationCompliance: isFree=false, isEnterprise=false
[09:17:58:939] [error][plugins][ReadonlyREST][ConfigurationCompliance] ❌ "Login page customizations" is only available for Enterprise subscribers.
[09:17:58:939] [error][plugins][ReadonlyREST][ConfigurationCompliance] FATAL: Current Activation Key is for a "PRO" license. Your kibana.yml enables features that are not available at this subscription level. You can upgrade to an Enterprise license at https://readonlyrest.com

In kibana.yaml I use readonlyrest_kbn.login_custom_logo and readonlyrest_kbn.login_html_head_inject witch worked fine with version 1.38 of kibana plugin. And, according to docs should work with latest version.
Issue is connected only to this two settings - after commenting them out kibana starts without problems.


{“customer_id”: “9fdfc5d6-ebc4-4311-a12b-4b0f1e9d130e”, “subscription_id”: “e031e519-f2e9-4a01-b815-5d15b49d0665”}

Sounds like a bug cc/ @Dzuming ?

Yes, it’s a bug. “Login page customizations” is a PRO license feature. @hrr I sent a pre-release build with a fix for the issue.

1 Like

I installed fixed build - plugin is working smoothly.
Thank you