Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support SSL Connections #117

Closed
visch opened this issue Apr 30, 2023 · 0 comments · Fixed by #162
Closed

Support SSL Connections #117

visch opened this issue Apr 30, 2023 · 0 comments · Fixed by #162

Comments

@visch
Copy link
Member

visch commented Apr 30, 2023

Technically this is already supported via https://docs.sqlalchemy.org/en/20/dialects/postgresql.html#ssl-connections

    "postgresql+psycopg2://scott:[email protected]:5432/test?sslmode=require"
)

But we will need to add explicit support for with #30

visch added a commit that referenced this issue Jun 23, 2023
…alues (#121)

Closes #30, #5

- [x] Need to implement SSL as a configuration option as well (Going to
do separately see #117
)

---------

Co-authored-by: Edgar R. M <[email protected]>
Co-authored-by: Pat Nadolny <[email protected]>
@sebastianswms sebastianswms mentioned this issue Jul 5, 2023
visch added a commit that referenced this issue Jul 12, 2023
Implements SSL for postgres connections, as in
MeltanoLabs/target-postgres#131.

Closes #117

---------

Co-authored-by: Derek Visch <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant