Skip to content

Commit

Permalink
[DOCS] Updates links to user APIs
Browse files Browse the repository at this point in the history
  • Loading branch information
lcawl committed Aug 18, 2018
1 parent 7b921ca commit 068d82d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docs/development/security/rbac.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@ 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-role-apis[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 the {es}
{ref}/security-api.html#security-user-apis[user management APIs].

[[development-rbac-authorization]]
==== Authorization
Expand Down
2 changes: 1 addition & 1 deletion docs/security/securing-kibana.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ You can manage privileges on the *Management / Security / Roles* page in {kib}.

If you're using the native realm with Basic Authentication, you can assign roles
using the *Management / Security / Users* page in {kib} or the
{ref}/security-api-users.html[User Management API]. For example, the following
{ref}/security-api.html#security-user-apis[user management APIs]. For example, the following
creates a user named `jacknich` and assigns it the `kibana_user` role:

[source,js]
Expand Down

0 comments on commit 068d82d

Please sign in to comment.