mark_johnston
03/12/2024, 8:23 PMconfig['private_key_file']
refers to a path that can be accessed using open
(or I guess smart_open
if I were thinking of using remote storage)visch
03/12/2024, 11:34 PMconfig
so to each their own. There's a few implementations out there https://github.com/MeltanoLabs/target-postgres does both actually ssh_tunnel.private_key
is the literal private_key, and ssl_client_private_key
is a file path