Matthieu Dujany
11/27/2024, 5:22 PMMarvin
11/27/2024, 5:22 PMapp.prefect.cloud
- api.prefect.cloud
- <http://auth.workos.com|auth.workos.com>
- <http://api.github.com|api.github.com>
- <http://github.com|github.com>
- ocsp.pki.goog/s/gts1d4/OxYEb8XcYmo
With Prefect 3.x, secure access by IP allowlisting is an available feature for certain Enterprise plans. This allows administrators to restrict API and UI access at the network level. You can manage your IP allowlist using the Prefect CLI, and the allowlist can include individual IPs or IP ranges using CIDR notation. Note that the allowlist feature may require being enabled in your Enterprise account, and it can contain up to 25 entries.
For detailed steps on setting up your network to securely access Prefect Cloud, these resources may be helpful:
- Prefect 2.x Connection Guidelines: Prefect 2.x documentation
- Prefect 3.x Secure Access by IP: Prefect 3.x documentation
If you find yourself behaving like a paranoid firewall, don't worry—it's all about keeping your resources safe! If you have more specific questions or need further help, feel free to ask.Matthieu Dujany
11/27/2024, 5:24 PMMarvin
11/27/2024, 5:24 PMNate
11/27/2024, 5:31 PM» prefect cloud ip-allowlist
Usage: prefect cloud ip-allowlist [OPTIONS] COMMAND [ARGS]...
Manage Prefect Cloud IP Allowlists
╭─ Options ───────────────────────────────────────────────────────────────────────────────────╮
│ --help Show this message and exit. │
╰─────────────────────────────────────────────────────────────────────────────────────────────╯
╭─ Commands ──────────────────────────────────────────────────────────────────────────────────╮
│ enable Enable the IP allowlist for your account. When enabled, if the allowlist is │
│ non-empty, then access to your Prefect Cloud account will be restricted to only │
│ those IP addresses on the allowlist. │
│ disable Disable the IP allowlist for your account. When disabled, all IP addresses will │
│ be allowed to access your Prefect Cloud account. │
│ ls Fetch and list all IP allowlist entries in your account. │
│ add Add a new IP entry to your account IP allowlist. │
│ remove Remove an IP entry from your account IP allowlist. │
│ toggle Toggle the enabled status of an individual IP entry in your account IP allowlist. │
╰─────────────────────────────────────────────────────────────────────────────────────────────╯
Nate
11/27/2024, 5:33 PMMatthieu Dujany
11/27/2024, 5:35 PMKevin Grismore
11/27/2024, 5:39 PMMatthieu Dujany
11/28/2024, 11:01 AM