doctl-databases-firewalls
manage database cluster firewall rules
TLDR
List firewall rules
SYNOPSIS
doctl databases firewalls command [options]
DESCRIPTION
doctl databases firewalls manages trusted sources (firewall rules) for DigitalOcean managed database clusters. Rules control which IPs, droplets, Kubernetes clusters, or tags can connect.
By default, managed database clusters deny all incoming connections for security. Firewall rules explicitly allow access from specific sources. You can authorize individual IP addresses, entire droplets, Kubernetes clusters, or resources identified by tags. This enables secure database access while preventing unauthorized connections.
Rules can be added, listed, and removed to adapt to changing infrastructure requirements. Each rule is identified by a UUID for management operations.
SUBCOMMANDS
list
List firewall rules.append
Add firewall rule.remove
Remove firewall rule.
