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)

Signed-off-by: Darshit Chanpura <[email protected]>
  • Loading branch information
DarshitChanpura authored Apr 25, 2024
1 parent f4b4c83 commit a35d7c1
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 @@ -97,6 +97,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 a35d7c1

Please sign in to comment.