elixir-mongo / mongodb

MongoDB driver for Elixir
Apache License 2.0
571 stars 156 forks source link

Passing password as one of the intialization parameter results in logging of password #324

Open hbarisik opened 4 years ago

hbarisik commented 4 years ago

Passing password as one of the intialization parameter results in logging of password.
OTP Runtime reports progress when a supervisor starts a process with full list of parameters.

Password should not be fed to Mongo driver in the way that is descirbed above.