Skip to content

Commit

Permalink
Update permissions.md (#3548)
Browse files Browse the repository at this point in the history
Link to permissions at https://opensearch.org/docs/latest/tuning-your-cluster/replication-plugin/permissions/ under Basic permissions is not pointing directly to the anchor on the same page. This causes unneccesary page reload and page redirect.
The invalid link provides no benefit as the same page ends up reloading and does not even start from anchor.

Signed-off-by: Monu Singh <[email protected]>
  • Loading branch information
monusingh-1 authored and vagimeli committed May 4, 2023
1 parent 50d2118 commit c5b61e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _tuning-your-cluster/replication-plugin/permissions.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ In order for non-admin users to perform replication activities, they must be map

The security plugin has two built-in roles that cover most replication use cases: `cross_cluster_replication_leader_full_access`, which provides replication permissions on the leader cluster, and `cross_cluster_replication_follower_full_access`, which provides replication permissions on the follower cluster. For descriptions of each, see [Predefined roles]({{site.url}}{{site.baseurl}}/security/access-control/users-roles#predefined-roles).

If you don't want to use the default roles, you can combine individual replication [permissions]({{site.url}}{{site.baseurl}}/replication-plugin/permissions/#replication-permissions) to meet your needs. Most permissions correspond to specific REST API operations. For example, the `indices:admin/plugins/replication/index/pause` permission lets you pause replication.
If you don't want to use the default roles, you can combine individual replication [permissions]({{site.url}}{{site.baseurl}}/tuning-your-cluster/replication-plugin/permissions/#replication-permissions) to meet your needs. Most permissions correspond to specific REST API operations. For example, the `indices:admin/plugins/replication/index/pause` permission lets you pause replication.

## Map the leader and follower cluster roles

Expand Down

0 comments on commit c5b61e7

Please sign in to comment.