Connecting to a MongoDB Atlas Cluster

Has anyone been able to connect Dremio to an Atlas Cluster? I am having this issue:

Setup:

  • Dremio Community Edition, Build 4.0.2-201910020123580864-a98a0b9.
  • Mongo V4.2.1, Replica Set 3 Nodes.

I get this error Could not find/access authentication database admin.

This is the way I am setting up the conection:

@jdguzmans

Would you be able to send us the server.log from the coordinator

Thanks
@balaji.ramaswamy

Thanks for your interest on this @balaji.ramaswamy, I solved this problem.

I had to specify this on Advanced Options
Screenshot%20from%202019-10-22%2014-23-03

replicaSet = <CLUSTER_NAME>-shard-0
authSource=admin
ssl=true