Skip to content

Commit

Permalink
Add indices:admin/close* to list of permissible index permissions (#1323
Browse files Browse the repository at this point in the history
)

Signed-off-by: Craig Perkins <[email protected]>
Co-authored-by: Peter Nied <[email protected]>
(cherry picked from commit d5441b2)
  • Loading branch information
cwperks authored and github-actions[bot] committed Feb 21, 2023
1 parent 5c9db2d commit 68c0291
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 68c0291

Please sign in to comment.