Skip to content

feat(mongodb): Added support for authentication mechanisms for mongoDB source#916

Open
TheRootDaemon wants to merge 4 commits intodatazip-inc:stagingfrom
TheRootDaemon:mongo-auth
Open

feat(mongodb): Added support for authentication mechanisms for mongoDB source#916
TheRootDaemon wants to merge 4 commits intodatazip-inc:stagingfrom
TheRootDaemon:mongo-auth

Conversation

@TheRootDaemon
Copy link
Copy Markdown
Contributor

@TheRootDaemon TheRootDaemon commented Apr 9, 2026

Description

Added support for MongoDB authentication mechanisms (SCRAM-SHA-256, X509, PLAIN, GSSAPI, MONGO-AWS) and TLS/SSL configuration for MongoDB sources.

Fixes #777

Type of change

  • New feature (non-breaking change which adds functionality)

How Has This Been Tested?

  • I have added unit tests for the changes that I have made accordingly ie, config_test.go, config_test_util.go.

Screenshots or Recordings

  • N/A

Documentation

  • N/A - Added support to other authentication methods, also since mysql driver had these implemented the auth methods it served as a great reference.

@TheRootDaemon TheRootDaemon changed the base branch from master to staging April 9, 2026 16:40
@TheRootDaemon TheRootDaemon changed the title Mongo auth feat: Added support for authentication mechanisms for mongoDB source Apr 9, 2026
@TheRootDaemon TheRootDaemon changed the title feat: Added support for authentication mechanisms for mongoDB source feat(mongodb): Added support for authentication mechanisms for mongoDB source Apr 9, 2026
@nayanj98
Copy link
Copy Markdown
Collaborator

nayanj98 commented Apr 10, 2026

@TheRootDaemon We will assign someone to review your PR soon. In the meantime can you please attach the video showing your work and running a successful sync. Until unless a video is provided we will not be able to start the review

@nayanj98
Copy link
Copy Markdown
Collaborator

@TheRootDaemon A quick reminder to upload the video else the PR will be closed soon

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 this pull request may close these issues.

add authentication mechanism for MongoDB source

3 participants