Kibana 7.7.1 custom plugin privileges

Hello!
After updating to 7.7.1 I get the following error message:
FATAL Error: Feature xxxxxxxxx specifies app entries which are not granted to any privileges...

btw.: xpack security is disabled.
How can I add the required privileges if kibana doesnt even start?

Kind Regards

Hello @Digl1

Could you post the console error your seeing? Please include a number of lines surrounding the error.

Thanks,
Matt

I'm having the same problem.
FATAL Error: Feature cbsa specifies app entries which are not granted to any privileges: cbsa,kibana
cbsda is a plugin that i wrote that works in 7.3.1

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.

@pgervais If your plugin registers an app, it will also have to register a feature privilege for that app

@pgervais make sure that the cbsa and kibana apps are also declared within the app array of at least one of your privileges. If you paste your feature registration code, then I can tell you which changes to make specifically.