-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into jean/oss-5403-create-and-synchronize-a-globa…
…l-concurrency-limit-for
- Loading branch information
Showing
12 changed files
with
263 additions
and
78 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,10 +3,11 @@ title: Secure access by IP address | |
description: Manage network access to Prefect Cloud accounts with IP Allowlists. | ||
--- | ||
|
||
Prefect Cloud's [Enterprise plan](https://www.prefect.io/pricing) offers IP allowlisting to restrict access to | ||
Prefect Cloud APIs and UI at the network level by giving users the ability to manage an explicit list of allowed IP addresses for an account. | ||
IP allowlisting is an available upgrade to certain Enterprise plans. | ||
IP allowlisting enables account administrators to restrict access to Prefect Cloud APIs and the UI at the network level. | ||
To learn more, please contact your account manager or the Prefect team at [email protected]. | ||
|
||
To get started, use the Prefect CLI to add an IP address to the allowlist: | ||
Once the feature has been enabled for your team's Enterprise account, use the Prefect CLI to add an IP address to the allowlist: | ||
|
||
<Note>To help prevent accidental account lockouts, an update to an allowlist requires the requestor's current IP address to be on the list.</Note> | ||
|
||
|
@@ -39,4 +40,4 @@ For other related commands, see the CLI help documentation with: | |
|
||
```bash | ||
prefect cloud ip-allowlist --help | ||
``` | ||
``` |
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
Oops, something went wrong.