Skip to content

Commit

Permalink
Add search pipeline action permissions (opensearch-project#1661)
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]>
  • Loading branch information
msfroh authored Nov 21, 2023
1 parent fe7bad6 commit d5a6626
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 @@ -182,6 +182,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 d5a6626

Please sign in to comment.