From 32385ed71fea4da284cf168ae25e8abf102d24f0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 11 Jan 2024 13:24:22 +0000 Subject: [PATCH] Add permission for get workflow step (#3937) Description Adds permission for a new Get Workflow Step API. https://github.com/opensearch-project/flow-framework/pull/394 ### Check List - [ ] New functionality includes testing - [ ] New functionality has been documented - [ ] Commits are signed per the DCO using --signoff By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. For more information on following Developer Certificate of Origin and signing off your commits, please check [here](https://github.com/opensearch-project/OpenSearch/blob/main/CONTRIBUTING.md#developer-certificate-of-origin). Signed-off-by: owaiskazi19 (cherry picked from commit b8a315a321927a8f4490fb5a7023663ffc184e31) Signed-off-by: github-actions[bot] --- config/roles.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/config/roles.yml b/config/roles.yml index d56ea617f5..a30daf73ee 100644 --- a/config/roles.yml +++ b/config/roles.yml @@ -395,3 +395,4 @@ flow_framework_read_access: - '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'