Cybersecurity2 min read
Reaching a private database from shared hosting without opening it
An agent portal on shared hosting needed call data from a MySQL instance on a PBX VPS. Opening that database to shared hosting was not acceptable. Here is the API proxy pattern used instead, and why it is stronger than a firewall rule.
n8nMySQLWebhooksStatic IP allowlist
Read the write-up