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 <[email protected]>
Signed-off-by: Sam <[email protected]>
  • Loading branch information
rbhavna authored and samuelcostae committed Jun 19, 2023
1 parent 3a55dde commit b7ddc18
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 b7ddc18

Please sign in to comment.