Skip to content
This repository has been archived by the owner on Oct 20, 2022. It is now read-only.

Commit

Permalink
Adding the default role for IM plugin (opensearch-project#1427)
Browse files Browse the repository at this point in the history
Signed-off-by: Ravi Thaluru <ravi1092@gmail.com>
  • Loading branch information
thalurur authored Sep 3, 2021
1 parent 83009c0 commit cfda7b7
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions securityconfig/roles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,19 @@ asynchronous_search_read_access:
cluster_permissions:
- 'cluster:admin/opendistro/asynchronous_search/get'

# Allows user to use all index_management actions - ism policies, rollups, transforms
index_management_full_access:
reserved: true
cluster_permissions:
- "cluster:admin/opendistro/ism/*"
- "cluster:admin/opendistro/rollup/*"
- "cluster:admin/opendistro/transform/*"
index_permissions:
- index_patterns:
- '*'
allowed_actions:
- 'indices:admin/opensearch/ism/*'

# Allows users to use all cross cluster replication functionality at leader cluster
cross_cluster_replication_leader_full_access:
reserved: true
Expand Down

0 comments on commit cfda7b7

Please sign in to comment.