On a new instance of mongod, I've created a user in admin database with the following roles: userAdminAnyDatabase, readWriteAnyDatabase, dbAdminAnyDatabase.
After enabling auth and restarting mongod, 'show dbs' fails with the following: JavaScript execution failed: listDatabases failed:{ "ok" : 0, "errmsg" : "unauthorized" } at src/mongo/shell/mongo.js:L46
I'm sure it's something stupid. What am I missing?