-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow adding all host information immediately
To add a new IP address with all necessray information to be able to register it with the perimeter firewall, you need two separate requests right now since add does not accept all necessary parameters: ``` ❯ deterrers-cli add --admin virtUOS 192.0.0.1 ❯ deterrers-cli update --profile ssh 192.0.0.1 ``` This patch allows setting the firewall profile and the host firewall directly when adding a new IP address to DETERRERS.
- Loading branch information
Showing
2 changed files
with
15 additions
and
2 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