Skip to content

Commit 4eae239

Browse files
committed
Fix permission ordering in ml_full_access role
Signed-off-by: Owais Kazi <owaiskazi19@gmail.com>
1 parent 85c6f6d commit 4eae239

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

config/roles.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,8 +332,8 @@ ml_full_access:
332332
- index_patterns:
333333
- '*'
334334
allowed_actions:
335-
- 'indices_monitor'
336335
- 'indices:admin/mappings/get'
336+
- 'indices_monitor'
337337

338338
# Allows users to use all Notifications functionality
339339
notifications_full_access:

0 commit comments

Comments
 (0)