Skip to content

Commit

Permalink
add ingest pipeline and indices related permissions for anomaly_full_…
Browse files Browse the repository at this point in the history
…access role (opensearch-project#5065)

Signed-off-by: Jackie Han <[email protected]>
  • Loading branch information
jackiehanyang authored Jan 29, 2025
1 parent ec99e7e commit ca5eb23
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/roles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,8 @@ anomaly_read_access:
anomaly_full_access:
reserved: true
cluster_permissions:
- "cluster:admin/ingest/pipeline/delete"
- "cluster:admin/ingest/pipeline/put"
- 'cluster:admin/opendistro/ad/*'
- 'cluster_monitor'
index_permissions:
Expand All @@ -90,6 +92,7 @@ anomaly_full_access:
- 'indices:admin/mappings/fields/get*'
- 'indices:admin/mappings/get'
- 'indices:admin/resolve/index'
- 'indices:admin/setting/put'
- 'indices:data/read/field_caps*'
- 'indices:data/read/search'
- 'indices_monitor'
Expand Down

0 comments on commit ca5eb23

Please sign in to comment.