Skip to content

Commit

Permalink
Adding index permissions for remote index in AD (opensearch-project#4719
Browse files Browse the repository at this point in the history
)

Signed-off-by: Amit Galitzky <[email protected]>
  • Loading branch information
amitgalitz committed Sep 9, 2024
1 parent 4338851 commit dab6912
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion config/roles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,14 @@ anomaly_full_access:
- index_patterns:
- '*'
allowed_actions:
- 'indices_monitor'
- 'indices:admin/aliases/get'
- 'indices:admin/mappings/fields/get'
- 'indices:admin/mappings/fields/get*'
- 'indices:admin/mappings/get'
- 'indices:admin/resolve/index'
- 'indices:data/read/field_caps*'
- 'indices:data/read/search'
- 'indices_monitor'

# Allow users to execute read only k-NN actions
knn_read_access:
Expand Down

0 comments on commit dab6912

Please sign in to comment.