Skip to content

Commit 5fcad75

Browse files
committed
[DOCS] Add SLM security privileges (#62737)
1 parent 7842e43 commit 5fcad75

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

x-pack/docs/en/security/authorization/privileges.asciidoc

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,6 @@ patterns. It also includes the authority to grant the privileges necessary to
5050
manage follower indices and auto-follow patterns. This privilege is necessary
5151
only on clusters that contain follower indices.
5252

53-
`manage_transform`::
54-
All operations related to managing {transforms}.
55-
5653
`manage_ilm`::
5754
All {Ilm} operations related to managing policies.
5855

@@ -96,10 +93,17 @@ on behalf of other users.
9693
All security-related operations such as CRUD operations on users and roles and
9794
cache clearing.
9895

96+
`manage_slm`::
97+
All {slm} ({slm-init}) actions, including creating and updating policies and
98+
starting and stopping {slm-init}.
99+
99100
`manage_token`::
100101
All security-related operations on tokens that are generated by the {es} Token
101102
Service.
102103

104+
`manage_transform`::
105+
All operations related to managing {transforms}.
106+
103107
`manage_watcher`::
104108
All watcher operations, such as putting watches, executing, activate or acknowledging.
105109
+
@@ -139,6 +143,10 @@ This privilege is necessary only on clusters that contain leader indices.
139143
All read-only {Ilm} operations, such as getting policies and checking the
140144
status of {Ilm}
141145

146+
read_slm::
147+
All read-only {slm-init} actions, such as getting policies and checking the
148+
{slm-init} status.
149+
142150
`transport_client`::
143151
All privileges necessary for a transport client to connect. Required by the remote
144152
cluster to enable <<cross-cluster-configuring,Cross Cluster Search>>.

0 commit comments

Comments
 (0)