What is the bug?
Coming from #1481, there is a possiblity that users have used the Dashboards dropdown to create permissions object were a cluster permission was included in the list of index permissions. These permissions might be creating confusion since they are not authorizing actions as expected.
How can one reproduce the bug?
Steps to reproduce the behavior:
- Edit permission on a role
- Select the index permissions
- Select the permission
indices:data/write/reindex and apply it
- Attempt to run a reindex with an account that uses that role
What is the expected behavior?
Reindex should fail because permission really weren't granted, it should be clear how the permissions should be modified to grant that permission
What is the bug?
Coming from #1481, there is a possiblity that users have used the Dashboards dropdown to create permissions object were a cluster permission was included in the list of index permissions. These permissions might be creating confusion since they are not authorizing actions as expected.
How can one reproduce the bug?
Steps to reproduce the behavior:
indices:data/write/reindexand apply itWhat is the expected behavior?
Reindex should fail because permission really weren't granted, it should be clear how the permissions should be modified to grant that permission