Is there a way to connect from Azure (Fabric) to Postgres DB privately without using external URL? Our security policies are against opening DB externally. I can’t seem to find any resources in the docs to allow this. Thank you!
Can you use IP restrictions? Create and Connect to Render Postgres – Render Docs
We want to avoid that as much as possible, as our organization is against exposing the database publicly even if we whitelist the IP. For context, we default to setting up VPN gateways for cross cloud connectivity (i.e. AWS <> Azure). Hoping we can have the same setup with Render. But if it’s not possible at the moment, then we may have no choice but to go with the solution you shared. Thanks
There’s no way to make a really private cross cloud connection, the most you can do is setup a VPN instead of making the service public, then only the VPN is exposed publicly, and you can create IP restrictions to connect to that VPN. You can create a Docker private service on render and deploy a VPN on it, then connect to the VPN and you can access any private domain on your render private network.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.