mongolab / mongoctl

Manage MongoDB servers and replica sets using JSON configurations!
MIT License
178 stars 25 forks source link

Support AuthSource and AuthMechanism #31

Open duane-talentsonar opened 8 years ago

duane-talentsonar commented 8 years ago

AuthSource and AuthMechanism are not supported in URLs for mongoctl connect.

See Issue #30.

This pull request adds support for the authSource and authMechanism URL options while also adding support for the authenticationDatabase and authenticationMechanism command line options.