Skip to content

Commit

Permalink
[DOCS] Updates links to role management APIs
Browse files Browse the repository at this point in the history
  • Loading branch information
lcawl committed Aug 17, 2018
1 parent f20b9b9 commit 7cbd947
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 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-roles.html[{es} Role Management APIs], and doing
{ref}/security-api.html#security-api-roles[{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-roles.html[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-api-roles[role management APIs]. 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
6 changes: 3 additions & 3 deletions docs/security/index.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ see {xpack-ref}/authorization.html[Configuring Role-based Access Control].

[NOTE]
============================================================================
Managing roles that grant <<kibana-privileges>> using {es}'s {ref}
/security-api-roles.html[Role Management APIs] is not supported. Doing so will likely
cause Kibana's authorization to behave unexpectedly.
Managing roles that grant <<kibana-privileges>> using {es}'s
{ref}/security-api.html#security-api-roles[role management APIs] is not supported.
Doing so will likely cause Kibana's authorization to behave unexpectedly.
============================================================================

include::authorization/index.asciidoc[]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
"patterns": [
"_xpack/security/role/{name}/_clear_cache"
],
"documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/current/security-api-roles.html#security-api-clear-role-cache"
"documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/current/security-api-clear-role-cache.html"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"patterns": [
"_xpack/security/role/{name}"
],
"documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/current/security-api-roles.html#security-api-delete-role"
"documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/current/security-api-delete-role.html"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"_xpack/security/role/{name}",
"_xpack/security/role"
],
"documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/current/security-api-roles.html#security-api-get-role"
"documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/current/security-api-get-role.html"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
"patterns": [
"_xpack/security/role/{name}"
],
"documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/current/security-api-roles.html#security-api-put-role"
"documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/current/security-api-put-role.html"
}
}

0 comments on commit 7cbd947

Please sign in to comment.