Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions docs/reference/security/authorization/managing-roles.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,12 @@ multiple data streams, indices, and aliases.
------------------------------------------------------------------------------
==============================================================================

[IMPORTANT]
==============================
Granting privileges over an alias and hence granting privileges over all the indices that the alias points to is deprecated and will be removed in a future version of Elasticsearch.
Instead define permissions exclusively on index names or index name patterns.
==============================

[[roles-global-priv]]
==== Global privileges
The following describes the structure of the global privileges entry:
Expand Down
Loading