Skip to content

Commit 18a8e97

Browse files
committed
Add 0.0.0.0/0 to allow_list descriptions
1 parent 7059ed1 commit 18a8e97

File tree

1 file changed

+28
-6
lines changed

1 file changed

+28
-6
lines changed

openapi.yaml

Lines changed: 28 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3287,7 +3287,10 @@ paths:
32873287

32883288
# The `allow_list` is used to control access to the Managed Database.
32893289

3290-
# * IP addresses on this list can access the Managed Database. All other sources are blocked.
3290+
# * IP addresses and ranges in this list can access the Managed Database. All other sources are blocked.
3291+
3292+
# * If `0.0.0.0/0` is a value in this list, then all IP addresses can access the Managed Database.
3293+
32913294
# * Entering an empty array (`[]`) blocks all connections (both public and private) to the Managed Database.
32923295

32933296
# All Managed Databases include automatic, daily backups. Up to seven backups are automatically stored for each Managed Database, providing restore points for each day of the past week.
@@ -3466,11 +3469,14 @@ paths:
34663469

34673470
Updating addresses in the `allow_list` overwrites any existing addresses.
34683471

3469-
* IP addresses on this list can access the Managed Database. All other sources are blocked.
3472+
* IP addresses and ranges on this list can access the Managed Database. All other sources are blocked.
3473+
3474+
* If `0.0.0.0/0` is a value in this list, then all IP addresses can access the Managed Database.
34703475

34713476
* Entering an empty array (`[]`) blocks all connections (both public and private) to the Managed Database.
34723477

34733478
* **Note**: Updates to the `allow_list` may take a short period of time to complete, making this command inappropriate for rapid successive updates to this property.
3479+
34743480
All Managed Databases include automatic patch updates, which apply security patches and updates to the underlying operating system of the Managed MongoDB Database. The maintenance window for these updates is configured with the Managed Database's `updates` property.
34753481

34763482
* If your database cluster is configured with a single node, you will experience downtime during this maintenance window when any updates occur. It's recommended that you adjust this window to match a time that will be the least disruptive for your application and users. You may also want to consider upgrading to a high availability plan to avoid any downtime due to maintenance.
@@ -4083,7 +4089,10 @@ paths:
40834089

40844090
The `allow_list` is used to control access to the Managed Database.
40854091

4086-
* IP addresses on this list can access the Managed Database. All other sources are blocked.
4092+
* IP addresses and ranges in this list can access the Managed Database. All other sources are blocked.
4093+
4094+
* If `0.0.0.0/0` is a value in this list, then all IP addresses can access the Managed Database.
4095+
40874096
* Entering an empty array (`[]`) blocks all connections (both public and private) to the Managed Database.
40884097

40894098
All Managed Databases include automatic, daily backups. Up to seven backups are automatically stored for each Managed Database, providing restore points for each day of the past week.
@@ -4252,8 +4261,12 @@ paths:
42524261

42534262
Updating addresses in the `allow_list` overwrites any existing addresses.
42544263

4255-
* IP addresses on this list can access the Managed Database. All other sources are blocked.
4264+
* IP addresses and ranges in this list can access the Managed Database. All other sources are blocked.
4265+
4266+
* If `0.0.0.0/0` is a value in this list, then all IP addresses can access the Managed Database.
4267+
42564268
* Entering an empty array (`[]`) blocks all connections (both public and private) to the Managed Database.
4269+
42574270
* **Note**: Updates to the `allow_list` may take a short period of time to complete, making this command inappropriate for rapid successive updates to this property.
42584271

42594272
All Managed Databases include automatic patch updates, which apply security patches and updates to the underlying operating system of the Managed MySQL Database. The maintenance window for these updates is configured with the Managed Database's `updates` property.
@@ -4851,7 +4864,10 @@ paths:
48514864

48524865
The `allow_list` is used to control access to the Managed Database.
48534866

4854-
* IP addresses on this list can access the Managed Database. All other sources are blocked.
4867+
* IP addresses and ranges in this list can access the Managed Database. All other sources are blocked.
4868+
4869+
* If `0.0.0.0/0` is a value in this list, then all IP addresses can access the Managed Database.
4870+
48554871
* Entering an empty array (`[]`) blocks all connections (both public and private) to the Managed Database.
48564872

48574873
All Managed Databases include automatic, daily backups. Up to seven backups are automatically stored for each Managed Database, providing restore points for each day of the past week.
@@ -5022,8 +5038,12 @@ paths:
50225038

50235039
Updating addresses in the `allow_list` overwrites any existing addresses.
50245040

5025-
* IP addresses on this list can access the Managed Database. All other sources are blocked.
5041+
* IP addresses and ranges in this list can access the Managed Database. All other sources are blocked.
5042+
5043+
* If `0.0.0.0/0` is a value in this list, then all IP addresses can access the Managed Database.
5044+
50265045
* Entering an empty array (`[]`) blocks all connections (both public and private) to the Managed Database.
5046+
50275047
* **Note**: Updates to the `allow_list` may take a short period of time to complete, making this command inappropriate for rapid successive updates to this property.
50285048

50295049
All Managed Databases include automatic patch updates, which apply security patches and updates to the underlying operating system of the Managed PostgreSQL Database. The maintenance window for these updates is configured with the Managed Database's `updates` property.
@@ -19886,6 +19906,8 @@ components:
1988619906
A list of IP addresses that can access the Managed Database. Each item can be a single IP address or a range in CIDR format.
1988719907

1988819908
By default, this is an empty array (`[]`), which blocks all connections (both public and private) to the Managed Database.
19909+
19910+
If `0.0.0.0/0` is a value in this list, then all IP addresses can access the Managed Database.
1988919911
items:
1989019912
type: string
1989119913
format: ipv4/prefix_length

0 commit comments

Comments
 (0)