Skip to content

Commit a64fc52

Browse files
Add search pipeline action permissions (opensearch-project#1661) (opensearch-project#1663)
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 <froh@amazon.com> (cherry picked from commit d5a6626b913c7ec784c0f19cfde528b9a91445ed) Co-authored-by: Michael Froh <msfroh@gmail.com>
1 parent 5012a8c commit a64fc52

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

public/apps/configuration/constants.tsx

+3
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,9 @@ export const CLUSTER_PERMISSIONS: string[] = [
180180
'cluster:admin/script/put',
181181
'cluster:admin/script_context/get',
182182
'cluster:admin/script_language/get',
183+
'cluster:admin/search/pipeline/delete',
184+
'cluster:admin/search/pipeline/get',
185+
'cluster:admin/search/pipeline/put',
183186
'cluster:admin/settings/update',
184187
'cluster:admin/snapshot/create',
185188
'cluster:admin/snapshot/clone',

0 commit comments

Comments
 (0)