Hello All,
I am currently trying to connect to MongoDB via kerberos. The below is my current URL
mongodb://user@host:27000,host:27000,host:27000/databaseName?authMechanism=GSSAPI&authMechanismProperties=SERVICE_NAME:bimongoq,CANONICALIZE_HOST_NAME:true&authSource=$external&replicaSet=replicaset&ssl=true
but everytime I try to add this data source I get the below error:
' username cannot be null'. I am currently using your recommended mongo driver 3.8.2. Would anyone have any suggestions on why I'm encountering this error
Thank you.