Skip to content

Commit 817bf28

Browse files
committed
Add missing index permission
Signed-off-by: Derek Ho <dxho@amazon.com>
1 parent e35f7f7 commit 817bf28

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

public/apps/configuration/constants.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -325,6 +325,7 @@ export const INDEX_PERMISSIONS: string[] = [
325325
'indices:admin/mappings/fields/get*',
326326
'indices:admin/mappings/get',
327327
'indices:admin/open',
328+
'indices:admin/opensearch/ism/managedindex',
328329
'indices:admin/refresh',
329330
'indices:admin/refresh*',
330331
'indices:admin/resize',

0 commit comments

Comments
 (0)