Skip to content

Commit

Permalink
Add indices:admin/close* to list of permissible index permissions
Browse files Browse the repository at this point in the history
Signed-off-by: Craig Perkins <[email protected]>
  • Loading branch information
cwperks committed Feb 13, 2023
1 parent 8e9c4b7 commit 356db24
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions public/apps/configuration/constants.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ export const INDEX_PERMISSIONS: string[] = [
'indices:admin/analyze',
'indices:admin/cache/clear',
'indices:admin/close',
'indices:admin/close*',
'indices:admin/create',
'indices:admin/data_stream/create',
'indices:admin/data_stream/delete',
Expand Down

0 comments on commit 356db24

Please sign in to comment.