MeltanoLabs / tap-postgres

Singer Tap for PostgreSQL
https://hub.meltano.com/extractors/tap-postgres--meltanolabs/
Other
19 stars 23 forks source link

Support mTLS for connecting to Heroku Postgres #145

Open tayloramurphy opened 1 year ago

tayloramurphy commented 1 year ago

Docs: https://devcenter.heroku.com/articles/heroku-postgres-via-mtls

visch commented 1 year ago

@tayloramurphy I'll verify this works with https://github.com/MeltanoLabs/target-postgres/pull/131 and we'll get it in both tap and target postgres. Technically you can make this work just with sqlalchemy right now I believe but it'd require some jiggering with putting files on your local file system and you wouldn't be able to make it work just with config values.

tayloramurphy commented 1 year ago

@visch this isn't a higher urgency than the other items we've identified, but if possible that'd be great.