Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions config/roles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -520,6 +520,7 @@ forecast_full_access:
cluster_permissions:
- 'cluster:admin/plugin/forecast/*'
- 'cluster:admin/settings/update'
- 'cluster_monitor'
index_permissions:
- index_patterns:
- '*'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ Compatible with OpenSearch and OpenSearch Dashboards version 3.1.0
* Include mapped roles when setting userInfo in ThreadContext ([#5369](https://github.com/opensearch-project/security/pull/5369))
* Adds details for debugging Security not initialized error([#5370](https://github.com/opensearch-project/security/pull/5370))
* [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))
* add missing cluster:monitor permission ([#5405](https://github.com/opensearch-project/security/pull/5405))

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