opensearch-project / security-dashboards-plugin

🔐 Manage your internal users, roles, access control, and audit logs from OpenSearch Dashboards
https://opensearch.org/docs/latest/security-plugin/index/
Apache License 2.0
70 stars 152 forks source link

Add flow_framework transport action names to the static drop down list #1907

Closed DarshitChanpura closed 5 months ago

DarshitChanpura commented 5 months ago

Add the following transport action names added in flow_framework to the static drop down list of cluster permissions displayed when editing/creating a role.

  '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'