forked from elastic/elasticsearch
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve permission granting for index referred by multiple names (ela…
…stic#78902) (elastic#79220) A concrete index can be referred explicitly or implicitly by multiple names including its own name, data stream name, aliases. This PR ensures the permission granting is done correctly in an edge case where the same concrete index is referred by multiple names and the user have different (disagreeing) privileges over these names.
- Loading branch information
Showing
2 changed files
with
45 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters