ERROR c.d.p.mongo.MongoDocumentHelper - Mongo command returned with invalid return code (not OK), Could not authenticate user UserName for database admin : {“Exception”: “com.mongodb.MongoSecurityException: Exception authenticating MongoCredential{mechanism=SCRAM-SHA-1, userName=‘UserName’, source=‘admin’, password=, mechanismProperties=}”}
2021-03-18 19:00:02,957 [qtp1423523790-182885] INFO c.d.p.m.connection.MongoConnection - User Error Occurred [ErrorId: e6d89475-4084-4840-b231-24e7b298fc5d]
com.dremio.common.exceptions.UserException: Could not find/access authentication database admin.
It seems like the username given in the Mongo source is producing a Mongo error “Could not find/access authentication database admin.”, have you checked with your Mongo DBA if the user can be granted this role/privilege
In our institution we have a username and password but it is LDAP username and password.
Is there anything in the roadmap to support AD authentication?