mrsarm / mongotail

Command line tool to log all MongoDB queries in a "tail"able way
https://pypi.org/project/mongotail/
GNU General Public License v3.0
192 stars 17 forks source link

Add support for authentication against another database #3

Closed davidcaste closed 9 years ago

davidcaste commented 9 years ago

Mongotail by default authenticates against the database specified in the db address. But MongoDB allows too to authenticate against a different database, e.g. via the --authenticationDatabase option in the mongo shell client.

It would be great that mongotail allowed to authenticate against a different database than the specified in the db address.