Skip to content

Commit c42d25f

Browse files
add missing mapping get permission (#5412)
Signed-off-by: Kaituo Li <kaituo@amazon.com> (cherry picked from commit 827fbec) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent ea46ee1 commit c42d25f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

config/roles.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -529,6 +529,7 @@ forecast_full_access:
529529
- 'indices:admin/mapping/get'
530530
- 'indices:admin/mapping/put'
531531
- 'indices:admin/mappings/fields/get*'
532+
- 'indices:admin/mappings/get'
532533
- 'indices:admin/resolve/index'
533534
- 'indices:data/read*'
534535
- 'indices:data/read/field_caps*'

release-notes/opensearch-security.release-notes-3.1.0.0.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ Compatible with OpenSearch and OpenSearch Dashboards version 3.1.0
2020
* Adds details for debugging Security not initialized error([#5370](https://github.com/opensearch-project/security/pull/5370))
2121
* [Resource Sharing] Store resource sharing info in indices that map 1-to-1 with resource index ([#5358](https://github.com/opensearch-project/security/pull/5358))
2222
* add missing cluster:monitor permission ([#5405](https://github.com/opensearch-project/security/pull/5405))
23+
* add missing mapping get permission ([#5412](https://github.com/opensearch-project/security/pull/5412))
2324

2425
### Removed
2526
* Removed unused support for custom User object serialization ([#5339](https://github.com/opensearch-project/security/pull/5339))

0 commit comments

Comments
 (0)