-
Notifications
You must be signed in to change notification settings - Fork 8.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Non-super users unable to view events under Data Stream tab even with All rights to Fleet management. #126067
Comments
Reviewed & mention to @jen-huang |
Pinging @elastic/fleet (Team:Fleet) |
@criamico, could you take a look at this? |
I'm curious if our current query logic requires index privileges to the backing indices. We could test this by adding |
@joshdover I tested your suggestion on cloud (Latest 8.1). The admin user has some data in I then created a user with Fleet "All", Integrations "Read" and the index privileges that you suggested: Logging with this user
So we're still not granting the correct privileges. |
Ah thanks for digging in, so we need to probably block this UI if the user does not have the |
A fix for 8.1.0 would be ideal here, but if it slips to 8.1.1 that'd be ok. |
I'm downgrading the impact here since this is really a privileges issue that we could better surface in the UI but it is not really a broken feature. |
@amolnater-qasource as stated by Josh this is a privileges issue and not a UI bug per say, so closing this |
Kibana version:* 8.1 BC3 Kibana cloud staging environment
Browser version: Firefox
Host OS: n/a
Preconditions:
Build Details:
Steps to reproduce:
Actual Result:
Expected Result:
As per our understanding, A user having rights to Fleet tab, should also be able to read data at Data stream tab.
Screenshot:
The text was updated successfully, but these errors were encountered: