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 authored Sep 9, 2024
1 parent 31cfd54 commit 2dbc508
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions config/roles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,12 @@ anomaly_full_access:
- '*'
allowed_actions:
- '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
Expand Down

0 comments on commit 2dbc508

Please sign in to comment.