datamaintain icon indicating copy to clipboard operation
datamaintain copied to clipboard

Missing in mongo URI checks:

Open nroulon opened this issue 4 years ago • 2 comments

  • accepting multiple options
  • accepting multiple hosts
  • throwing precise errors

nroulon avatar Jun 09 '20 09:06 nroulon

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?

mathiasmuller4sh avatar Jun 12 '23 15:06 mathiasmuller4sh

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 your DriverConfig

nroulon avatar Jun 12 '23 15:06 nroulon