A Heroku buildpack to establish a secure tunnel between a Heroku app and a Borealis Isolated Postgres add-on database cluster.
Use the Heroku CLI to add the buildpack to an existing Heroku app so the app can seamlessly connect to an add-on database over a secure tunnel:
heroku buildpacks:add --index 1 borealis/postgres-tunnel
That's it! The buildpack will automatically detect config variables from a Borealis Isolated Postgres add-on and set up a secure tunnel the next time the app is deployed to Heroku. The deployed app can then proceed to connect to the database cluster using the value from the Postgres URL config variable (e.g. DATABASE_URL
).
For full instructions (including for Docker deploys), see the Installing the Buildpack section of the add-on's article on the Heroku Dev Center.