Skip to content

Commit

Permalink
Adding new actions for ppl and datasource apis (#1395)
Browse files Browse the repository at this point in the history
* Adding new actions for ppl and datasource apis

Signed-off-by: vamsi-amazon <[email protected]>
(cherry picked from commit da7d1fe)
  • Loading branch information
vamsimanohar authored and github-actions[bot] committed Apr 7, 2023
1 parent edaf637 commit 211a162
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions public/apps/configuration/constants.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,11 @@ export const CLUSTER_PERMISSIONS: string[] = [
'cluster:admin/opendistro/reports/instance/list',
'cluster:admin/opendistro/reports/instance/get',
'cluster:admin/opendistro/reports/menu/download',
'cluster:admin/opensearch/ql/datasources/create',
'cluster:admin/opensearch/ql/datasources/read',
'cluster:admin/opensearch/ql/datasources/update',
'cluster:admin/opensearch/ql/datasources/delete',
'cluster:admin/opensearch/ppl',
'cluster:admin/opensearch/ml/create_model_meta',
'cluster:admin/opensearch/ml/execute',
'cluster:admin/opensearch/ml/load_model',
Expand Down

0 comments on commit 211a162

Please sign in to comment.