dave_lyons
12/06/2021, 6:40 PMssl: true for a tap, where do I put the client certificate?florian.hines
12/06/2021, 11:29 PMdave_lyons
12/07/2021, 2:28 PMpipelinewise-tap-postgresflorian.hines
12/07/2021, 4:11 PMssl: true only sets sslmode= require and I don't see options to set a path to an ssl key & root. /cc <!subteam^S02BCD9FFEF> have any of y'all used ssl client auth ? Wondering if you can just drop the cert in the default location and still have it picked up.florian.hines
12/07/2021, 4:12 PM~/.postgresql/ssl.crt or something along those lines.florian.hines
12/07/2021, 4:15 PM~/.postgresql/postgresql.[crt|key] and ~/.postgresql/root.crtdave_lyons
12/07/2021, 4:15 PMserver-ca.pem -> root.crt
client-key.pem -> postgresql.key
client-cert.pem -> postgresql.crt
and they go in the meltano users’ .postgresql folderflorian.hines
12/07/2021, 4:17 PM