Skip to content

Commit

Permalink
Adds flow-framework transport action permissions to the static dropdo…
Browse files Browse the repository at this point in the history
…wn list (opensearch-project#1908) (opensearch-project#1910)

Signed-off-by: Darshit Chanpura <[email protected]>
(cherry picked from commit a35d7c1)

Co-authored-by: Darshit Chanpura <[email protected]>
  • Loading branch information
1 parent 561b206 commit 8082705
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions public/apps/configuration/constants.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,15 @@ export const CLUSTER_PERMISSIONS: string[] = [
'cluster:admin/opensearch/controlcenter/lron/get',
'cluster:admin/opensearch/controlcenter/lron/delete',
'cluster:admin/opensearch/controlcenter/lron/write',
'cluster:admin/opensearch/flow_framework/workflow/create',
'cluster:admin/opensearch/flow_framework/workflow/delete',
'cluster:admin/opensearch/flow_framework/workflow/deprovision',
'cluster:admin/opensearch/flow_framework/workflow/get',
'cluster:admin/opensearch/flow_framework/workflow/provision',
'cluster:admin/opensearch/flow_framework/workflow/search',
'cluster:admin/opensearch/flow_framework/workflow_state/get',
'cluster:admin/opensearch/flow_framework/workflow_state/search',
'cluster:admin/opensearch/flow_framework/workflow_step/get',
'cluster:admin/opensearch/notifications/channels/get',
'cluster:admin/opensearch/notifications/configs/create',
'cluster:admin/opensearch/notifications/configs/delete',
Expand Down

0 comments on commit 8082705

Please sign in to comment.