Create a secure-only Postgres Source #6419
Labels
area/connectors
Connector related issues
cloud-public-launch
connectors/source/postgres
connectors/sources-database
lang/java
Tell us about the problem you're trying to solve
We want to create secure-only versions of connectors that can be used in the Airbyte cloud. The idea is that these connectors inherently prevent certain insecure connections such as connecting to a database over the public internet without encryption.
Describe the solution you’d like
The acceptance criteria for this ticket is:
source-<name>-strict-encrypt
based on the current connectorImplementation hints
This PR contains an example of modifying a DB to only allow using TLS connections.
Note: to perform this task for any given connector, it must first support TLS as described in #5628
The text was updated successfully, but these errors were encountered: