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

[Epic] Custom SSL support in source-mongodb-v2 (to SSH & SSL support AWS documentDB) #33452

Open
rodireich opened this issue Dec 13, 2023 · 7 comments
Labels
area/connectors Connector related issues autoteam connectors/source/mongodb Epic frozen Not being actively worked on team/db-dw-sources Backlog for Database and Data Warehouse Sources team type/bug Something isn't working

Comments

@rodireich
Copy link
Contributor

rodireich commented Dec 13, 2023

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

MongoDB instances may be using a certificate that is not publicly trusted.
In the connection string it is possible to specify a CA to trust:

tlsCAFile=…/global-bundle.pem

In addition a customer can also authenticate using a client certificate.

Implement all possible SSL features the driver supports, similarly to other connectors.
[ref]



### Contribute

- [ ] Yes, I want to contribute
@rodireich
Copy link
Contributor Author

#10388 has a hard coded implementation that bakes a CA pem file into the connector.

@rodireich
Copy link
Contributor Author

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.

@klawecki
Copy link

@rodireich are there any chances to address this issue in upcoming weeks?

@rodireich
Copy link
Contributor Author

@klawecki we're looking into this issue and will update as we have more clarity.
Can I ask in the meantime what your use case here is?
Are you using aws DocumentDB?

@thepr0blem
Copy link

@rodireich yes

@evantahler evantahler added team/db-dw-sources Backlog for Database and Data Warehouse Sources team connectors/source/mongodb and removed team/connectors-python labels Mar 22, 2024
@evantahler
Copy link
Contributor

Are any of the members of the Airbyte community on this issue interested in working on this issue?

@evantahler evantahler changed the title SSL support in source-mongodb-v2 SSL support in source-mongodb-v2 (to support AWS documentDB) Mar 27, 2024
@evantahler evantahler changed the title SSL support in source-mongodb-v2 (to support AWS documentDB) Custom SSL support in source-mongodb-v2 (to support AWS documentDB) Mar 27, 2024
@evantahler evantahler changed the title Custom SSL support in source-mongodb-v2 (to support AWS documentDB) [Epic] Custom SSL support in source-mongodb-v2 (to support AWS documentDB) Apr 17, 2024
@evantahler evantahler changed the title [Epic] Custom SSL support in source-mongodb-v2 (to support AWS documentDB) [Epic] Custom SSL support in source-mongodb-v2 (to SSH & SSL support AWS documentDB) Apr 17, 2024
@theyueli theyueli added the frozen Not being actively worked on label Jun 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/connectors Connector related issues autoteam connectors/source/mongodb Epic frozen Not being actively worked on team/db-dw-sources Backlog for Database and Data Warehouse Sources team type/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

7 participants