issues
search
rueckstiess
/
mtools
A collection of scripts to set up MongoDB test environments and parse and visualize MongoDB log files.
Apache License 2.0
1.89k
stars
401
forks
source link
Fix #830: mlaunch: --auth does not quote --keyFile parameter
#843
Closed
stennie
closed
2 years ago
stennie
commented
2 years ago
--auth
only adds
--keyFile
if not already provided on the command line
quote the
--keyFile
param added by
--auth
so paths with embedded spaces don't break
warn if user-provided
--keyFile
can't be read
make sure
--auth
for
mlaunch
processing also sets
--auth
for
mongod
and
mongos
--auth
only adds--keyFile
if not already provided on the command line--keyFile
param added by--auth
so paths with embedded spaces don't break--keyFile
can't be read--auth
formlaunch
processing also sets--auth
formongod
andmongos