Skip to content

Commit

Permalink
[DOCS] Fixes links to role management APIs
Browse files Browse the repository at this point in the history
  • Loading branch information
lcawl committed Aug 18, 2018
1 parent 0a681ad commit 7b921ca
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/api/role-management.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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>>
Expand Down
2 changes: 1 addition & 1 deletion docs/development/security/rbac.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/security/index.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.
============================================================================

Expand Down

0 comments on commit 7b921ca

Please sign in to comment.