mongomonitor
mongomonitor copied to clipboard
Auth: Escaping Passwords and User Role
Not sure if this is a change in Mongo 4.x but I had to escape special characters in the db password before entering into the config file. It's also nice to know in the docs (unless I missed it) that we want to have a user with a "clusterMonitor" role.
"roles" : [ { "role" : "clusterMonitor", "db" : "admin" } ],
Hi @paulzmuda, Thanks for pointing these out.
Would you like to submit a PR documenting these gotchas in the README?