Elasticsearch version: elasticsearch-oss-7.0.1
Kibana version (if relevant): kibana-oss-7.0.1
Describe the issue:
When an unauthenticated user logs in to view the indices, Kibana prompts the Message saying No Permission.
After that, the correct index selected, still the error message visible. We have to click explicitly ‘ok’ to cancel the error prompt.
Steps to reproduce:
- Deploy elk 7.0.1 chart with some users having limited permissions.
- Login with admin user and create some index patterns.
- Log in with unauthenticated user which have limited permissions and try to view the indices, Kibana prompt the Message saying No Permission.
- Now use the correct index for which user has permissions the error message is still there.
Expected behavior:
When we select the correct index the error message should disappear.
Screenshots (if relevant):