datamaintain
datamaintain copied to clipboard
Missing in mongo URI checks:
- accepting multiple options
- accepting multiple hosts
- throwing precise errors
i confirm this uri do not work
mongodb://usr:[email protected]:27017,mongodb-1.mongodb-headless--prod.svc.cluster.local:27017/db
any chance to priorize this issue?
I will see with the team.
There is a workaround, you can use an option for disable the uri check, you can use either :
-
--trust-uri
argument on cli -
db.trust.uri=true
in property file - set
trustUri
to false in yourDriverConfig