Skip to content

Commit b2a40e0

Browse files
[Backport 3.1] add missing cluster:monitor permission (#5406)
Signed-off-by: Kaituo Li <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 3d55b78 commit b2a40e0

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
@@ -520,6 +520,7 @@ forecast_full_access:
520520
cluster_permissions:
521521
- 'cluster:admin/plugin/forecast/*'
522522
- 'cluster:admin/settings/update'
523+
- 'cluster_monitor'
523524
index_permissions:
524525
- index_patterns:
525526
- '*'

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
@@ -19,6 +19,7 @@ Compatible with OpenSearch and OpenSearch Dashboards version 3.1.0
1919
* Include mapped roles when setting userInfo in ThreadContext ([#5369](https://github.com/opensearch-project/security/pull/5369))
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))
22+
* add missing cluster:monitor permission ([#5405](https://github.com/opensearch-project/security/pull/5405))
2223

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

0 commit comments

Comments
 (0)