read-only kibana user cannot use system after upgrade till index pattern is updated by a normal user #18019
Labels
Feature:Data Views
Data Views code and UI - index patterns before 8.0
Feature:Kibana Management
Feature label for Data Views, Advanced Setting, Saved Object management pages
impact:low
Addressing this issue will have a low level of impact on the quality/strength of our product.
loe:small
Small Level of Effort
Original comment by @jguay:
Kibana version:
Upgrade from 5.4 to 5.5 (or 6.0 alpha2)
Elasticsearch version:
Upgrade from 5.4 to 5.5 (or 6.0 alpha2)
Description of the problem including expected versus actual behavior:
After an upgrade, a read-only user has following behaviour:
Browser network trace shows 403 request on a POST http://localhost:5601/es_admin/.kibana/index-pattern/myindexpattern*
Steps to reproduce:
Errors in browser console (if relevant):
"Request to Elasticsearch failed: "[security_exception] action [indices:data/write/index] is unauthorized for user [readonly]"
Provide logs and/or server output (if relevant):
Workaround is to login once with normal user to kibana and use the index patter
Describe the feature:
A great feature would be to update the index patterns upfront rather than on first usage of the index pattern
The text was updated successfully, but these errors were encountered: