# Kibana 7.7.1 custom plugin privileges

**URL:** https://discuss.elastic.co/t/kibana-7-7-1-custom-plugin-privileges/237272
**Category:** Kibana
**Tags:** elastic-stack-security
**Created:** [June 16, 2020, 10:21am UTC](https://discuss.elastic.co/t/kibana-7-7-1-custom-plugin-privileges/237272 "2020-06-16T10:21:24Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![Digl1](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/digl1/32/66794_2.png) [@Digl1](https://discuss.elastic.co/u/Digl1)
#### Post date: [June 16, 2020, 10:21am UTC](https://discuss.elastic.co/t/kibana-7-7-1-custom-plugin-privileges/237272/1 "2020-06-16T10:21:25Z")

</div>

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

---

<div class="post-metadata">

### Author: ![mattkime](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/mattkime/32/43522_2.png) [@mattkime](https://discuss.elastic.co/u/mattkime)
#### Post date: [June 16, 2020, 5:15pm UTC](https://discuss.elastic.co/t/kibana-7-7-1-custom-plugin-privileges/237272/2 "2020-06-16T17:15:20Z")

</div>

Hello @Digl1

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

Thanks,  
Matt

> [@Digl1](#):
>
> specifies app entries which are not granted to any privileges

---

<div class="post-metadata">

### Author: ![pgervais](https://avatars.discourse-cdn.com/v4/letter/p/65b543/32.png) [@pgervais](https://discuss.elastic.co/u/pgervais)
#### Post date: [June 27, 2020, 1:14am UTC](https://discuss.elastic.co/t/kibana-7-7-1-custom-plugin-privileges/237272/3 "2020-06-27T01:14:57Z")

</div>

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

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/elastic/original/3X/1/a/1ac57faf039f6b580b3f104ef42a2a89e41014de.png) [@system](https://discuss.elastic.co/u/system)
#### Post date: [July 25, 2020, 1:14am UTC](https://discuss.elastic.co/t/kibana-7-7-1-custom-plugin-privileges/237272/4 "2020-07-25T01:14:57Z")

</div>

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

---

<div class="post-metadata">

### Author: ![rudolf](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/rudolf/32/51200_2.png) [@rudolf](https://discuss.elastic.co/u/rudolf)
#### Post date: [November 4, 2020, 11:29am UTC](https://discuss.elastic.co/t/kibana-7-7-1-custom-plugin-privileges/237272/5 "2020-11-04T11:29:28Z")

</div>

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

> **[Security | Kibana Guide \[master\] | Elastic](https://www.elastic.co/guide/en/kibana/master/development-security.html#development-plugin-feature-registration)**

---

<div class="post-metadata">

### Author: ![Larry\_Gregory](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/larry_gregory/32/34969_2.png) [@Larry\_Gregory](https://discuss.elastic.co/u/Larry_Gregory)
#### Post date: [November 4, 2020, 11:59am UTC](https://discuss.elastic.co/t/kibana-7-7-1-custom-plugin-privileges/237272/6 "2020-11-04T11:59:12Z")

</div>

@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.
