I am getting this error when trying to do any of the authentication commands on a released version of mongosh:
Warning: no saslprep library specified. Passwords will not be sanitized
This comes from the driver issuing a warning. We ought to bundle mongosh with saslprep package for all of our auth methods.
- related to
-
MONGOSH-371 Don't display driver's warnings to the user
- Closed