[ILM][DOCS] Update ILM API authorization docs (#36749)
the `view_index_metadata` privilege. Now the ILM API authorization documentation mentions the need for these roles in more specific ways.
This commit is contained in:
parent
0b22ca3a0f
commit
32ce1240e4
|
@ -31,7 +31,8 @@ include::{docdir}/rest-api/timeoutparms.asciidoc[]
|
|||
|
||||
==== Authorization
|
||||
|
||||
include::ilm-cluster-mgt-privilege.asciidoc[]
|
||||
You must have the `manage_ilm` cluster privilege to use this API.
|
||||
For more information, see {stack-ov}/security-privileges.html[Security Privileges].
|
||||
|
||||
==== Examples
|
||||
|
||||
|
|
|
@ -32,7 +32,9 @@ include::{docdir}/rest-api/timeoutparms.asciidoc[]
|
|||
|
||||
==== Authorization
|
||||
|
||||
include::ilm-index-mgt-privilege.asciidoc[]
|
||||
You must have the `view_index_metadata` or `manage_ilm` or both privileges on the indices
|
||||
being managed to use this API.
|
||||
For more information, see {stack-ov}/security-privileges.html[Security Privileges].
|
||||
|
||||
==== Examples
|
||||
|
||||
|
|
|
@ -31,7 +31,8 @@ include::{docdir}/rest-api/timeoutparms.asciidoc[]
|
|||
|
||||
==== Authorization
|
||||
|
||||
include::ilm-cluster-mgt-privilege.asciidoc[]
|
||||
You must have the `manage_ilm` or `read_ilm` or both cluster privileges to use this API.
|
||||
For more information, see {stack-ov}/security-privileges.html[Security Privileges].
|
||||
|
||||
==== Examples
|
||||
|
||||
|
|
|
@ -27,7 +27,8 @@ include::{docdir}/rest-api/timeoutparms.asciidoc[]
|
|||
|
||||
==== Authorization
|
||||
|
||||
include::ilm-cluster-mgt-privilege.asciidoc[]
|
||||
You must have the `manage_ilm` or `read_ilm` or both cluster privileges to use this API.
|
||||
For more information, see {stack-ov}/security-privileges.html[Security Privileges].
|
||||
|
||||
==== Examples
|
||||
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
You must have the cluster `manage` privilege to use this API.
|
||||
For more information, see {stack-ov}/security-privileges.html[Security Privileges].
|
|
@ -1,2 +0,0 @@
|
|||
You must have the `manage` privilege on the indices being managed to use this API.
|
||||
For more information, see {stack-ov}/security-privileges.html[Security Privileges].
|
|
@ -40,7 +40,8 @@ include::{docdir}/rest-api/timeoutparms.asciidoc[]
|
|||
|
||||
==== Authorization
|
||||
|
||||
include::ilm-index-mgt-privilege.asciidoc[]
|
||||
You must have the `manage_ilm` privileges on the indices being managed to use this API.
|
||||
For more information, see {stack-ov}/security-privileges.html[Security Privileges].
|
||||
|
||||
==== Examples
|
||||
|
||||
|
|
|
@ -33,7 +33,11 @@ include::{docdir}/rest-api/timeoutparms.asciidoc[]
|
|||
|
||||
==== Authorization
|
||||
|
||||
include::ilm-cluster-mgt-privilege.asciidoc[]
|
||||
You must have the `manage_ilm` cluster privilege to use this API. You must
|
||||
also have the `manage` index privilege on all indices being managed by `policy`.
|
||||
All operations executed by {Ilm} for a policy are executed as the user that
|
||||
put the latest version of a policy.
|
||||
For more information, see {stack-ov}/security-privileges.html[Security Privileges].
|
||||
|
||||
==== Examples
|
||||
|
||||
|
|
|
@ -31,7 +31,8 @@ include::{docdir}/rest-api/timeoutparms.asciidoc[]
|
|||
|
||||
==== Authorization
|
||||
|
||||
include::ilm-cluster-mgt-privilege.asciidoc[]
|
||||
You must have the `manage_ilm` privileges on the indices being managed to use this API.
|
||||
For more information, see {stack-ov}/security-privileges.html[Security Privileges].
|
||||
|
||||
==== Examples
|
||||
|
||||
|
|
|
@ -31,7 +31,8 @@ include::{docdir}/rest-api/timeoutparms.asciidoc[]
|
|||
|
||||
==== Authorization
|
||||
|
||||
include::ilm-index-mgt-privilege.asciidoc[]
|
||||
You must have the `manage_ilm` privileges on the indices being managed to use this API.
|
||||
For more information, see {stack-ov}/security-privileges.html[Security Privileges].
|
||||
|
||||
==== Examples
|
||||
|
||||
|
|
|
@ -26,7 +26,8 @@ include::{docdir}/rest-api/timeoutparms.asciidoc[]
|
|||
|
||||
==== Authorization
|
||||
|
||||
include::ilm-cluster-mgt-privilege.asciidoc[]
|
||||
You must have the `manage_ilm` cluster privilege to use this API.
|
||||
For more information, see {stack-ov}/security-privileges.html[Security Privileges].
|
||||
|
||||
==== Examples
|
||||
|
||||
|
|
|
@ -31,7 +31,8 @@ include::{docdir}/rest-api/timeoutparms.asciidoc[]
|
|||
|
||||
==== Authorization
|
||||
|
||||
include::ilm-cluster-mgt-privilege.asciidoc[]
|
||||
You must have the `manage_ilm` cluster privilege to use this API.
|
||||
For more information, see {stack-ov}/security-privileges.html[Security Privileges].
|
||||
|
||||
==== Examples
|
||||
|
||||
|
|
Loading…
Reference in New Issue