From ef17372b21afd1c7c5d8d47b347e1c52394533a0 Mon Sep 17 00:00:00 2001 From: "redisdocsapp[bot]" <177626021+redisdocsapp[bot]@users.noreply.github.com> Date: Thu, 9 Oct 2025 00:19:43 +0000 Subject: [PATCH] Update content/operate/rc/api/api-reference/openapi.json --- content/operate/rc/api/api-reference/openapi.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/content/operate/rc/api/api-reference/openapi.json b/content/operate/rc/api/api-reference/openapi.json index 559494a13a..e22246bbcc 100644 --- a/content/operate/rc/api/api-reference/openapi.json +++ b/content/operate/rc/api/api-reference/openapi.json @@ -11384,7 +11384,7 @@ }, "enableDefaultUser": { "type": "boolean", - "description": "Optional. When 'true', allows connecting to the database with the 'default' user. When 'false', only defined access control users can connect to the database." + "description": "Optional. When 'true', allows connecting to the database with the 'default' user. When 'false', only defined access control users can connect to the database. If set, 'globalEnableDefaultUser' will not apply to this region." } }, "description": "Optional. A list of regions and local settings to update." @@ -14816,6 +14816,10 @@ "type": "string", "description": "Optional. Changes the password used to access the database in all regions that don't set a local 'password'." }, + "globalEnableDefaultUser": { + "type": "boolean", + "description": "Optional. When 'true', allows connecting to the database with the 'default' user in all regions that don't set local 'enableDefaultUser'. When 'false', only defined access control users can connect to the database." + }, "globalSourceIp": { "type": "array", "description": "Optional. List of source IP addresses or subnet masks to whitelist in all regions that don't set local 'sourceIp' settings. If set, 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']",