-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
[Epic] Custom SSL support in source-mongodb-v2 (to SSH & SSL support AWS documentDB) #33452
Comments
#10388 has a hard coded implementation that bakes a CA pem file into the connector. |
Also AWS DocumentDB instances come out of the box with a CA that is not publicly trusted and hence has to be specified to the connector to be able to connect. |
@rodireich are there any chances to address this issue in upcoming weeks? |
@klawecki we're looking into this issue and will update as we have more clarity. |
@rodireich yes |
Are any of the members of the Airbyte community on this issue interested in working on this issue? |
Connector Name
source-mongodb-v2
Connector Version
1.0.11
What step the error happened?
Configuring a new connector
Relevant information
No response
Relevant log output
In addition a customer can also authenticate using a client certificate.
Implement all possible SSL features the driver supports, similarly to other connectors.
[ref]
The text was updated successfully, but these errors were encountered: