-
Notifications
You must be signed in to change notification settings - Fork 783
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
26e4ac0
commit 4b73780
Showing
12 changed files
with
139 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
--- | ||
title: "Static IP" | ||
metaTitle: "Enable Static IP for Prisma Accelerate" | ||
metaDescription: "Learn enabling Static IP for Prisma Accelerate." | ||
--- | ||
|
||
You can enable static IP for Accelerate when your security setup requires IP allowlisting or if you're implementing firewalls that only permit access from trusted IPs, ensuring controlled and secure database connections. | ||
|
||
![](./images/result-of-adding-static-ip-to-accelerate.png) | ||
|
||
:::info | ||
|
||
To enable static IP support for Accelerate within an existing or a new project environment, your workspace will need to be on our Pro or Business plans. Take a look at the [pricing page](https://www.prisma.io/pricing#accelerate) for more information. | ||
|
||
::: | ||
|
||
## Enable static IP in Accelerate | ||
|
||
You can opt-in to use static IP for Accelerate in the Platform Console in two ways: | ||
|
||
1. When enabling Accelerate for your project environment, opt-in to static IP after specifying your database connection string and connection pool region by toggling the **Static IP** switch in the **Network restrictions** section. | ||
|
||
2. For projects already using Accelerate, enable static IP by navigating to Accelerate settings and toggle the **Static IP** switch in the **Network restrictions** section. | ||
|
||
Enabling static IP for Accelerate will provide you with a list of static IPv4 and IPv6 addresses. | ||
|
||
Example IPv4 address range: | ||
``` | ||
52.86.207.46/32 | ||
100.29.164.162/32 | ||
54.211.230.107/32 | ||
18.235.169.169/32 | ||
54.209.237.70/32 | ||
44.221.111.173/32 | ||
``` | ||
|
||
Example IPv6 address range: | ||
``` | ||
2600:1f18:51ce:b00::/64 | ||
2600:1f18:5acb:9a00::/56 | ||
``` | ||
|
||
Once you have these addresses, configure your database firewall to allow incoming connections only from these IPs and any other trusted IPs that need access to your database. | ||
|
||
:::note | ||
|
||
Since you cannot enable static IP for an existing Accelerate-enabled environment, we recommend opting for static IP when enabling Accelerate in a new environment. Use the same database URL as your exisitng Accelerate environment to instantly access static IP support for Accelerate. | ||
|
||
::: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
--- | ||
title: "Static IP" | ||
metaTitle: "Enable Static IP for Prisma Pulse" | ||
metaDescription: "Learn enabling Static IP for Prisma Pulse." | ||
--- | ||
|
||
You can enable static IP for Pulse when your security setup requires IP allowlisting or if you're implementing firewalls that only permit access from trusted IPs, ensuring controlled and secure database connections. | ||
|
||
![](./images/result-of-adding-static-ip-to-pulse.png) | ||
|
||
:::info | ||
|
||
To enable static IP support for Pulse within a new project environment, your workspace will need to be on our Pro or Business plans. Take a look at the [pricing page](https://www.prisma.io/pricing#pulse) for more information. | ||
|
||
::: | ||
|
||
## Enable static IP for Pulse | ||
|
||
You can opt-in to use static IP for Pulse when enabling it for a project envrionment by toggling the **Static IP** switch in the **Network restrictions** section when configuring the database connection. This will provide you with a list of static IPv4 and IPv6 addresses. | ||
|
||
|
||
Example IPv4 address range: | ||
``` | ||
52.86.207.46/32 | ||
100.29.164.162/32 | ||
54.211.230.107/32 | ||
18.235.169.169/32 | ||
54.209.237.70/32 | ||
44.221.111.173/32 | ||
``` | ||
|
||
Example IPv6 address range: | ||
``` | ||
2600:1f18:51ce:b00::/64 | ||
2600:1f18:5acb:9a00::/56 | ||
``` | ||
|
||
Once you have these addresses, configure your database firewall to allow incoming connections only from these IPs and any other trusted IPs that need access to your database. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters