Modifies the IP address whitelist for a Supabase project.
Operation description
Before you use a Supabase instance, you must add the client's IP address or IP address segment to the instance's whitelist.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
gpdb:ModifySupabaseProjectSecurityIps |
update |
*SupabaseProject
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| RegionId |
string |
No |
The region ID. Note
For more information, see DescribeRegions to view available region IDs. |
cn-hangzhou |
| SecurityIPList |
string |
Yes |
The list of IP addresses for the whitelist. Up to 1,000 IP addresses are supported. Separate multiple IP addresses with commas. The following formats are supported:
|
127.0.0.1 |
| ProjectId |
string |
Yes |
The Supabase instance ID. |
sbp-407**** |
| UpdateDb |
boolean |
No |
Specifies whether to modify the whitelist for database port 5432. The default value is true. |
|
| UpdateWeb |
boolean |
No |
Specifies whether to modify the whitelist for HTTP port 80 and HTTPS port 443. The default value is true. |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The request ID. |
ABB39CC3-4488-4857-905D-2E4A051D**** |
Examples
Success response
JSON format
{
"RequestId": "ABB39CC3-4488-4857-905D-2E4A051D****"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.