Skip to content

Commit

Permalink
add search model group permission to ml_read_access role (opensearch-…
Browse files Browse the repository at this point in the history
…project#2855)

* add search model group permission to ml_read_access role

Signed-off-by: Bhavana Ramaram <rbhavna@amazon.com>
  • Loading branch information
rbhavna authored and RyanL1997 committed Jun 29, 2023
1 parent 26244e9 commit b6bfb11
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/roles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,7 @@ ml_read_access:
reserved: true
cluster_permissions:
- 'cluster:admin/opensearch/ml/stats/nodes'
- 'cluster:admin/opensearch/ml/model_groups/search'
- 'cluster:admin/opensearch/ml/models/get'
- 'cluster:admin/opensearch/ml/models/search'
- 'cluster:admin/opensearch/ml/tasks/get'
Expand Down

0 comments on commit b6bfb11

Please sign in to comment.