How to use the MySQL Trigger for database with Whitelist IPs

Hi @pettsup ,

First off, welcome to the Pipedream community. Happy to have you!

That’s a good question, we do offer a reverse HTTP proxy for team subscribers.

But it don’t believe it could be used for MySQL connections, you’d need a SSH tunnel for that directly to the workflow as you mentioned.

The MySQL source could be extended to accept an SSH connection as props. Here’s the source code for that source: pipedream/new-row.js at master · PipedreamHQ/pipedream · GitHub

You’d still have to manage your own box that accepts SSH connections from your workflow, but would that be a workable solution?

We accept PRs for sources & actions in our public registry as well, or you can deploy your own privately created sources too with our CLI.