Skip to content

Commit 55f62e2

Browse files
Merge pull request #679 from RedisLabs/docs/default-user-aa-docs
docs: updating changelog and adding default user field to active acti…
2 parents e12c700 + 875ecac commit 55f62e2

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See updating [Changelog example here](https://keepachangelog.com/en/1.0.0/)
55

6+
# 2.4.2 (29th September 2025)
67

7-
# 2.4.1 (24rd September 2025)
8+
### Added
9+
10+
- Gives users the option to disable a default user in active-active regions by setting the `enable_default_user` flag to false.
11+
12+
### Fixed
13+
14+
- Expanded PrivateLink documentation and fixed errata
15+
16+
# 2.4.1 (24th September 2025)
817

918
### Added
1019

docs/resources/rediscloud_active_active_subscription_database.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ The `override_region` block supports:
116116
* `override_global_source_ips` - (Optional) List of regional instance of an Active-Active database source IP addresses or subnet masks. If specified, Redis clients will be able to connect to this database only from within the specified source IP addresses ranges (example: ['192.168.10.0/32', '192.168.12.0/24'] )
117117
* `override_global_data_persistence` - (Optional) Regional instance of an Active-Active database data persistence rate (in persistent storage)
118118
* `remote_backup` - (Optional) Specifies the backup options for the database in this region, documented below
119+
* `enable_default_user` - (Optional) Whether the default user should be enabled or not. True by default.
119120

120121
The `override_global_alert` block supports:
121122

0 commit comments

Comments
 (0)