Skip to content

Commit

Permalink
Add permissions for async query and patch datasource API
Browse files Browse the repository at this point in the history
Signed-off-by: Vamsi Manohar <[email protected]>
  • Loading branch information
vmmusings committed Oct 20, 2023
1 parent d97192d commit 31210ef
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 31210ef

Please sign in to comment.