Describe the Issue:
When using doctl databases firewalls append existing rules have their descriptions removed.
Repro:
- Create a Postgres database cluster
- Add a rule in the Network Access tab with a description.
- use
doctl databases firewalls append <cluster_id> --rule ip_addr:<ip_address>
- Refresh the Network Access tab for the database cluster
- Description added for the rule created in step 2 is now empty.
Environment:
- doctl version: doctl version 1.163.0-release
- OS: Archlinux
- Installation method: package manager, pacman
Describe the Issue:
When using
doctl databases firewalls appendexisting rules have their descriptions removed.Repro:
doctl databases firewalls append <cluster_id> --rule ip_addr:<ip_address>Environment: