Skip to content

Commit 20c1bee

Browse files
committed
DOC-4354 DOC-4309 Add new user manager role to RS 7.8.2 release notes
1 parent fc42187 commit 20c1bee

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

content/operate/rs/release-notes/rs-7-8-releases/_index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ categories:
66
- operate
77
- rs
88
compatibleOSSVersion: Redis 7.4.0
9-
description: Redis Community Edition 7.4 features. Client-side caching support. New APIs to check database availability, rebalance shards, fail over shards, and control database traffic. Cluster Manager UI enhancements for node actions, database tags, and database configuration. Log rotation based on both size and time. Module management enhancements. V2 Prometheus metrics. Configurable minimum password length. Configurable license expiration alert threshold.
9+
description: Redis Community Edition 7.4 features. Client-side caching support. New APIs to check database availability, rebalance shards, fail over shards, and control database traffic. Cluster Manager UI enhancements for node actions, database tags, and database configuration. User manager role. Log rotation based on both size and time. Module management enhancements. V2 Prometheus metrics. Configurable minimum password length. Configurable license expiration alert threshold.
1010
hideListLinks: true
1111
linkTitle: 7.8.2 releases
1212
toc: 'true'
@@ -27,6 +27,8 @@ This version offers:
2727

2828
- Cluster Manager UI enhancements for node actions, database tags, and database configuration
2929

30+
- User manager role
31+
3032
- Log rotation based on both size and time
3133

3234
- Module management enhancements

content/operate/rs/release-notes/rs-7-8-releases/rs-7-8-2-tba.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ categories:
66
- operate
77
- rs
88
compatibleOSSVersion: Redis 7.4.0
9-
description: Redis Community Edition 7.4 features. Client-side caching support. New APIs to check database availability, rebalance shards, fail over shards, and control database traffic. Cluster Manager UI enhancements for node actions, database tags, and database configuration. Log rotation based on both size and time. Module management enhancements. V2 Prometheus metrics. Configurable minimum password length. Configurable license expiration alert threshold.
9+
description: Redis Community Edition 7.4 features. Client-side caching support. New APIs to check database availability, rebalance shards, fail over shards, and control database traffic. Cluster Manager UI enhancements for node actions, database tags, and database configuration. User manager role. Log rotation based on both size and time. Module management enhancements. V2 Prometheus metrics. Configurable minimum password length. Configurable license expiration alert threshold.
1010
linkTitle: 7.8.2-tba (October 2024)
1111
weight: 90
1212
---
@@ -25,6 +25,8 @@ This version offers:
2525

2626
- Cluster Manager UI enhancements for node actions, database tags, and database configuration
2727

28+
- User manager role
29+
2830
- Log rotation based on both size and time
2931

3032
- Module management enhancements
@@ -73,6 +75,12 @@ This version offers:
7375

7476
- [**High availability**]({{<relref "/operate/rs/databases/configure#high-availability">}}) and [**Durability**]({{<relref "/operate/rs/databases/configure#durability">}}) have separate sections.
7577

78+
- A new **User Manager** role designed for user administration is available for [role-based access control]({{<relref "/operate/rs/security/access-control">}}).
79+
80+
- This management role allows assigned users to create, edit, and delete users using the Cluster Manager UI and REST API.
81+
82+
- For more details about the privileges granted by the **User Manager** role, see [Cluster Manager UI permissions]({{<relref "/operate/rs/security/access-control/create-cluster-roles#cluster-manager-ui-permissions">}}) and [REST API permissions]({{<relref "/operate/rs/references/rest-api/permissions#user-manager-role">}}).
83+
7684
- When you upgrade a database, the upgrade process also attempts to upgrade database modules by default.
7785

7886
- [`rladmin upgrade db`]({{<relref "/operate/rs/references/cli-utilities/rladmin/upgrade#upgrade-db">}}) will always upgrade the database's modules.

0 commit comments

Comments
 (0)