[DOCS] Fixes links to role management APIs

This commit is contained in:
lcawl 2018-08-17 21:39:53 -07:00
parent 0a681adb5d
commit 7b921ca2b9
3 changed files with 3 additions and 3 deletions

View file

@ -6,7 +6,7 @@ experimental[This API is *experimental* and may be changed or removed completely
The role management API allows people to manage roles that grant <<kibana-privileges>>.
It is *not* supported to do so using the
{ref}/security-api.html#security-api-roles[{es} role management APIs], and doing
{ref}/security-api.html#security-role-apis[{es} role management APIs], and doing
so will likely cause {kib}'s authorization to behave unexpectedly.
* <<role-management-api-put>>

View file

@ -70,7 +70,7 @@ The application is created by concatenating the prefix of `kibana-` with the val
}
----------------------------------
Roles that grant <<kibana-privileges>> should be managed using the <<role-management-api>> or the *Management* / *Security* / *Roles* page, not directly using the {es} {ref}/security-api.html#security-api-roles[role management API]. This role can then be assigned to users using {es}'s {ref}/security-api-users.html[User Management APIs].
Roles that grant <<kibana-privileges>> should be managed using the <<role-management-api>> or the *Management* / *Security* / *Roles* page, not directly using the {es} {ref}/security-api.html#security-role-apis[role management API]. This role can then be assigned to users using {es}'s {ref}/security-api-users.html[User Management APIs].
[[development-rbac-authorization]]
==== Authorization

View file

@ -30,7 +30,7 @@ see {xpack-ref}/authorization.html[Configuring Role-based Access Control].
[NOTE]
============================================================================
Managing roles that grant <<kibana-privileges>> using the {es}
{ref}/security-api.html#security-api-roles[role management APIs] is not supported. Doing so will likely
{ref}/security-api.html#security-role-apis[role management APIs] is not supported. Doing so will likely
cause Kibana's authorization to behave unexpectedly.
============================================================================