Skip to content

Commit 90e2a56

Browse files
authored
[2.x Backport] Adding index permissions for remote index in AD (#4721)
Signed-off-by: Amit Galitzky <amgalitz@amazon.com>
1 parent 1f3fefd commit 90e2a56

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

config/roles.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,14 @@ anomaly_full_access:
8585
- index_patterns:
8686
- '*'
8787
allowed_actions:
88-
- 'indices_monitor'
8988
- 'indices:admin/aliases/get'
89+
- 'indices:admin/mappings/fields/get'
90+
- 'indices:admin/mappings/fields/get*'
9091
- 'indices:admin/mappings/get'
92+
- 'indices:admin/resolve/index'
93+
- 'indices:data/read/field_caps*'
94+
- 'indices:data/read/search'
95+
- 'indices_monitor'
9196

9297
# Allow users to execute read only k-NN actions
9398
knn_read_access:

0 commit comments

Comments
 (0)