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

✨ Source MongoDB-v2: Collect SSL parameter from user #47184

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Conversation

cAtaman
Copy link

@cAtaman cAtaman commented Oct 21, 2024

What

When creating connections with MongoDB-v2 connector, SSL is enforced in the connection to MongoDB. However, some internal, self-hosted MongoDB clusters may have been created without SSL by design. Currently, this connector cannot be used for such connections.

This PR is to enable users control whether the connection to the MongoDB cluster is made with or without SSL.
This should fix #35284

How

  • Update the Spec file to include a boolean field for enabling SSL
  • Use the value from this field in setting up the MongoDB connection

Review guide

User Impact

Can this PR be safely reverted and rolled back?

  • YES 💚
  • NO ❌

@cAtaman cAtaman requested a review from a team as a code owner October 21, 2024 16:02
Copy link

vercel bot commented Oct 21, 2024

@cAtaman is attempting to deploy a commit to the Airbyte Growth Team on Vercel.

A member of the Team first needs to authorize it.

@CLAassistant
Copy link

CLAassistant commented Oct 21, 2024

CLA assistant check
All committers have signed the CLA.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[source-mongodb] self-managed replica set | Cannot configure connector
3 participants