Whitelist IP for database access?

We are trying to connect to our DO managed posgres database via a workflow in pipedream (using postgres connection). However, we need to whitelist the IP address from pipedream to access the databaes. What is the IP address to whitelist for pipedream?

Hi @osseonews

Pipedream workflows can send HTTP requests from any us-east-1 AWS IP address. There is no dedicated range.

However, you can set up a proxy between Pipedream and your Postgres database in order to restrict IP addresses to a specific list.

Here’s a short guide: Make HTTP Requests with Node.js