Skip to content

Commit

Permalink
Add search pipeline action permissions (#1661) (#1663)
Browse files Browse the repository at this point in the history
Search pipelines have been generally available since OpenSearch 2.9.
We should make it easy to manage permissions for search pipeline CRUD
operations.

Signed-off-by: Michael Froh <[email protected]>
(cherry picked from commit d5a6626)

Co-authored-by: Michael Froh <[email protected]>
  • Loading branch information
opensearch-trigger-bot[bot] and msfroh authored Nov 22, 2023
1 parent 5012a8c commit a64fc52
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions public/apps/configuration/constants.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,9 @@ export const CLUSTER_PERMISSIONS: string[] = [
'cluster:admin/script/put',
'cluster:admin/script_context/get',
'cluster:admin/script_language/get',
'cluster:admin/search/pipeline/delete',
'cluster:admin/search/pipeline/get',
'cluster:admin/search/pipeline/put',
'cluster:admin/settings/update',
'cluster:admin/snapshot/create',
'cluster:admin/snapshot/clone',
Expand Down

0 comments on commit a64fc52

Please sign in to comment.