-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature suggestion - Ability to set descriptions for firewall rules via cb firewall #161
Comments
Thanks for the feedback @mt-rorykelly. I'll add it to the list for the next release. 👍 |
abrightwell
added a commit
that referenced
this issue
May 20, 2024
These changes move firewall rule management under `cb network` and deprecate the `cb firewall` rule command. This comes as part of a request to be able to update firewall rules more completely as described in #161. The following commands are now supported: * `cb network add-firewall-rule` * `cb network list-firewall-rules` * `cb network remove-firewall-rule` * `cb network update-firewall-rule` Each command requires the specification of the network to peform the operation. As well, the shell completion logic has been updated to suggest the list of available networks and firewall rule when applicable.
abrightwell
added a commit
that referenced
this issue
May 29, 2024
These changes move firewall rule management under `cb network` and deprecate the `cb firewall` rule command. This comes as part of a request to be able to update firewall rules more completely as described in #161. The following commands are now supported: * `cb network add-firewall-rule` * `cb network list-firewall-rules` * `cb network remove-firewall-rule` * `cb network update-firewall-rule` Each command requires the specification of the network to peform the operation. As well, the shell completion logic has been updated to suggest the list of available networks and firewall rule when applicable.
abrightwell
added a commit
that referenced
this issue
May 29, 2024
These changes move firewall rule management under `cb network` and deprecate the `cb firewall` rule command. This comes as part of a request to be able to update firewall rules more completely as described in #161. The following commands are now supported: * `cb network add-firewall-rule` * `cb network list-firewall-rules` * `cb network remove-firewall-rule` * `cb network update-firewall-rule` Each command requires the specification of the network to peform the operation. As well, the shell completion logic has been updated to suggest the list of available networks and firewall rule when applicable.
abrightwell
added a commit
that referenced
this issue
May 29, 2024
These changes move firewall rule management under `cb network` and deprecate the `cb firewall` rule command. This comes as part of a request to be able to update firewall rules more completely as described in #161. The following commands are now supported: * `cb network add-firewall-rule` * `cb network list-firewall-rules` * `cb network remove-firewall-rule` * `cb network update-firewall-rule` Each command requires the specification of the network to peform the operation. As well, the shell completion logic has been updated to suggest the list of available networks and firewall rule when applicable.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In Crunchy Bridge UI it is possible to set a description for a firewall rule when creating or editing the rule. These descriptions can be useful for remembering what the rules are for.
However, currently
cb firewall
does not seem to have any way to add descriptions to firewall rules.I believe it would be useful if there was a way to set descriptions for firewall rules via
cb firewall
.In my option either the ability to set the description when adding a rule or the ability to edit the description after adding the rule would be fine, just as long as there is some way to do set it without needing to go to the UI.
The text was updated successfully, but these errors were encountered: