Skip to content

Commit

Permalink
Add permissions for async query and patch datasource API (#1626)
Browse files Browse the repository at this point in the history
Signed-off-by: Vamsi Manohar <reddyvam@amazon.com>
  • Loading branch information
vamsi-amazon authored Oct 24, 2023
1 parent 27c37d4 commit c784665
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 c784665

Please sign in to comment.