Skip to content

Commit ca5eb23

Browse files
add ingest pipeline and indices related permissions for anomaly_full_access role (#5065)
Signed-off-by: Jackie Han <hnyng@amazon.com>
1 parent ec99e7e commit ca5eb23

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

config/roles.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,8 @@ anomaly_read_access:
7979
anomaly_full_access:
8080
reserved: true
8181
cluster_permissions:
82+
- "cluster:admin/ingest/pipeline/delete"
83+
- "cluster:admin/ingest/pipeline/put"
8284
- 'cluster:admin/opendistro/ad/*'
8385
- 'cluster_monitor'
8486
index_permissions:
@@ -90,6 +92,7 @@ anomaly_full_access:
9092
- 'indices:admin/mappings/fields/get*'
9193
- 'indices:admin/mappings/get'
9294
- 'indices:admin/resolve/index'
95+
- 'indices:admin/setting/put'
9396
- 'indices:data/read/field_caps*'
9497
- 'indices:data/read/search'
9598
- 'indices_monitor'

0 commit comments

Comments
 (0)