-
Notifications
You must be signed in to change notification settings - Fork 777
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: add static ip docs * Optimised images with calibre/image-actions * fix: correct spellings * Update content/400-pulse/500-known-limitations.mdx Co-authored-by: Jon Harrell <[email protected]> * feat: move images and rearrange section * feat: improve step clarity --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Jon Harrell <[email protected]> Co-authored-by: Marc Hess <[email protected]>
- Loading branch information
1 parent
8df8f44
commit 75cbf45
Showing
14 changed files
with
157 additions
and
14 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,56 @@ | ||
--- | ||
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. | ||
|
||
![Result of enabling static IP Accelerate with a database using IP allowlisting](/img/accelerate/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](https://pris.ly/pdp) in two ways: | ||
|
||
### 1. When enabling Accelerate for your project environment: | ||
|
||
1. Specify your database connection string and connection pool region. | ||
2. Enable static IP by toggling the **Static IP** switch in the **Network restrictions** section. | ||
3. Click on the **Enable Accelerate** button. | ||
|
||
### 2. For projects already using Accelerate: | ||
|
||
1. Navigate to the Accelerate **Settings** tab in the project environment. | ||
2. Enable static IP by toggling 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 existing 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. | ||
|
||
![Result of enabling static IP Pulse with a database using IP allowlisting](/img/pulse/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 environment: | ||
|
||
1. Insert the database connection string and the closest region to the database. | ||
2. Toggle the **Static IP** switch in the **Network restrictions** section. 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 | ||
``` | ||
3. 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. | ||
4. Click on the **Enable Pulse** button. |
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
File renamed without changes
File renamed without changes
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.