Skip to content

Commit

Permalink
Add permissions for async query and patch datasource API (opensearch-…
Browse files Browse the repository at this point in the history
…project#1626) (opensearch-project#1630)

Signed-off-by: Vamsi Manohar <reddyvam@amazon.com>
(cherry picked from commit c784665)

Co-authored-by: Vamsi Manohar <reddyvam@amazon.com>
  • Loading branch information
1 parent 67c320b commit e76f235
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions public/apps/configuration/constants.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,10 @@ export const CLUSTER_PERMISSIONS: string[] = [
'cluster:admin/opensearch/ql/datasources/read',
'cluster:admin/opensearch/ql/datasources/update',
'cluster:admin/opensearch/ql/datasources/delete',
'cluster:admin/opensearch/ql/datasources/patch',
'cluster:admin/opensearch/ql/async_query/create',
'cluster:admin/opensearch/ql/async_query/result',
'cluster:admin/opensearch/ql/async_query/delete',
'cluster:admin/opensearch/ppl',
'cluster:admin/opensearch/ml/create_model_meta',
'cluster:admin/opensearch/ml/execute',
Expand Down

0 comments on commit e76f235

Please sign in to comment.