mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
parent
6c8292b735
commit
6092760ba8
3 changed files with 3 additions and 5 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
experimental[This API is experimental and may be changed or removed completely in a future release. Although the underlying mechanism of enforcing role-based access control is stable, the APIs for managing the roles are currently experimental.]
|
||||
|
||||
Note: You cannot access this endpoint via the Console in Kibana.
|
||||
NOTE: You cannot access this endpoint via the Console in Kibana.
|
||||
|
||||
==== Authorization
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ experimental[This API is experimental and may be changed or removed completely i
|
|||
|
||||
Retrieves all {kib} roles, or a specific role.
|
||||
|
||||
Note: You cannot access this endpoint via the Console in Kibana.
|
||||
NOTE: You cannot access this endpoint via the Console in Kibana.
|
||||
|
||||
==== Authorization
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@ experimental[This API is experimental and may be changed or removed completely i
|
|||
Creates a new {kib} role or updates the attributes of an existing role. {kib} roles are stored in the
|
||||
{es} native realm.
|
||||
|
||||
Note: You cannot access this endpoint via the Console in Kibana.
|
||||
NOTE: You cannot access this endpoint via the Console in Kibana.
|
||||
|
||||
==== Authorization
|
||||
|
||||
|
@ -69,8 +69,6 @@ A successful call returns a response code of `204` and no response body.
|
|||
==== Granting access to specific spaces
|
||||
To grant access to individual spaces within {kib}, specify the space identifier within the `kibana` object.
|
||||
|
||||
Note: granting access
|
||||
|
||||
[source,js]
|
||||
--------------------------------------------------
|
||||
PUT /api/security/role/my_kibana_role
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue