Skip to content

Commit ef17372

Browse files
Update content/operate/rc/api/api-reference/openapi.json
1 parent fc3fc0e commit ef17372

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

content/operate/rc/api/api-reference/openapi.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11384,7 +11384,7 @@
1138411384
},
1138511385
"enableDefaultUser": {
1138611386
"type": "boolean",
11387-
"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."
11387+
"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."
1138811388
}
1138911389
},
1139011390
"description": "Optional. A list of regions and local settings to update."
@@ -14816,6 +14816,10 @@
1481614816
"type": "string",
1481714817
"description": "Optional. Changes the password used to access the database in all regions that don't set a local 'password'."
1481814818
},
14819+
"globalEnableDefaultUser": {
14820+
"type": "boolean",
14821+
"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."
14822+
},
1481914823
"globalSourceIp": {
1482014824
"type": "array",
1482114825
"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']",

0 commit comments

Comments
 (0)