Skip to content

Commit

Permalink
Adds system index permission as allowed action under static drop down…
Browse files Browse the repository at this point in the history
… list (#1695)


Signed-off-by: Darshit Chanpura <[email protected]>
Co-authored-by: Stephen Crawford <[email protected]>
  • Loading branch information
DarshitChanpura and stephen-crawford authored Jan 4, 2024
1 parent 96a449f commit d64ee48
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 @@ -315,6 +315,7 @@ export const INDEX_PERMISSIONS: string[] = [
'indices:monitor/shard_stores',
'indices:monitor/stats',
'indices:monitor/upgrade',
'system:admin/system_index',
];

export function includeIndexPermissions(indexPermissionsToInclude: string[]) {
Expand Down

0 comments on commit d64ee48

Please sign in to comment.