Skip to content

Commit ce26f88

Browse files
nishthmcwperks
andauthored
Added required index permissioms (#2255)
* Added required index permissioms Signed-off-by: nishthm <[email protected]> * Added ChangeLog Entry Signed-off-by: nishthm <[email protected]> * Removed cluster permissioms from newly added index permissions Signed-off-by: nishthm <[email protected]> * Update CHANGELOG.md Signed-off-by: Craig Perkins <[email protected]> * Sorted the index permissions list in alphabetical order Signed-off-by: nishthm <[email protected]> --------- Signed-off-by: nishthm <[email protected]> Signed-off-by: Craig Perkins <[email protected]> Co-authored-by: Craig Perkins <[email protected]>
1 parent 1a13bdf commit ce26f88

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
99

1010
### Changed
1111
- Changes to show all index patterns in index permission panel in role view ([#1303](https://github.com/opensearch-project/security-dashboards-plugin/issues/1303),[#1891](https://github.com/opensearch-project/security-dashboards-plugin/issues/1891))
12+
- Added missing index permissions in the list ([#1969](https://github.com/opensearch-project/security-dashboards-plugin/issues/1969))
1213

1314
### Dependencies
1415
- Bump `actions/checkout` from 2 to 4 ([#2260](https://github.com/opensearch-project/security-dashboards-plugin/pull/2260))

public/apps/configuration/constants.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -367,13 +367,16 @@ export const INDEX_PERMISSIONS: string[] = [
367367
'indices:data/read/field_caps',
368368
'indices:data/read/field_caps*',
369369
'indices:data/read/get',
370+
'indices:data/read/mget*',
371+
'indices:data/read/mtv*',
370372
'indices:data/read/point_in_time/create',
371373
'indices:data/read/point_in_time/delete',
372374
'indices:data/read/point_in_time/readall',
373375
'indices:data/read/search',
374376
'indices:data/read/search*',
375377
'indices:data/read/search/template',
376378
'indices:data/read/tv',
379+
'indices:data/write/bulk*',
377380
'indices:data/write/delete',
378381
'indices:data/write/delete/byquery',
379382
'indices:data/write/index',

0 commit comments

Comments
 (0)