Skip to content

Commit 780b3aa

Browse files
authored
Add indices:data/read/search/template/render to cluster permissions dropdown (#1725)
Signed-off-by: Craig Perkins <[email protected]>
1 parent 7cad47c commit 780b3aa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

public/apps/configuration/constants.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,7 @@ export const CLUSTER_PERMISSIONS: string[] = [
240240
'indices:data/read/msearch/template',
241241
'indices:data/read/mtv',
242242
'indices:data/read/mtv*',
243+
'indices:data/read/search/template/render',
243244
'indices:data/write/reindex',
244245
];
245246

0 commit comments

Comments
 (0)