Skip to content
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

Open
mt-rorykelly opened this issue Apr 25, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@mt-rorykelly
Copy link

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.

@abrightwell abrightwell self-assigned this Apr 25, 2024
@abrightwell abrightwell added the enhancement New feature or request label Apr 25, 2024
@abrightwell
Copy link
Member

Thanks for the feedback @mt-rorykelly. I'll add it to the list for the next release. 👍

@abrightwell abrightwell added this to the v3.6.0 milestone May 9, 2024
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
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants