ip-profile
ip-profile
The ip-profile commands.
An IP access profile is a list of networks that may reach an application. Attach one and the application answers those addresses and nothing else.
Every rule allows, and profiles add up: an address permitted by any attached profile gets through. Unlike most configuration, attaching and detaching apply immediately rather than at the next deployment.
Commands
| Command | What It Does | Risk |
|---|---|---|
ip-profile list | List the team's IP access profiles. | read |
ip-profile get | Show one profile, its rules and what uses it. | read |
ip-profile create | Create an IP access profile. | write |
ip-profile set | Change a profile's rules, name or description. | write |
ip-profile delete | Permanently delete an IP access profile. | destructive |
ip-profile assign | Restrict an application to a profile's networks. | write |
ip-profile unassign | Stop an application using a profile. | write |