Closed
Description
Community Note
- Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
- Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
- If you are interested in working on this issue or have submitted a pull request, please leave a comment
Command attempted
In version 2.26, I could add ACL with custom description to make clear the purpose of each one:
scw rdb acl add instance-id="XXXXXX" rules.0.ip=X.X.X.X/YY rules.0.description="something meaningful"
This behaviour changes with #3577:
scw rdb acl add X.X.X.X/YY instance-id="XXXXXX"
Expected Behavior
We should keep the possibility to add custom description like in the web interface.
Actual Behavior
- the cli interface changes breaks all our scripts
- when adding an ACL, the description is only
Allow X.X.X.X/YY
More info
scw version
Version 2.27.0
BuildDate 2024-02-19T09:33:39Z
GoVersion go1.20.14
GitBranch HEAD
GitCommit c39deda9
GoArch amd64
GoOS linux