Skip to content

Commit

Permalink
[Backport 2.x] Adding new actions for ppl and datasource apis (opense…
Browse files Browse the repository at this point in the history
…arch-project#1398)

Signed-off-by: Ryan Liang <[email protected]>
  • Loading branch information
RyanL1997 authored Apr 11, 2023
1 parent edaf637 commit 1adf879
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 1adf879

Please sign in to comment.