Details
-
Bug
-
Resolution: Done
-
Critical - P2
-
None
-
3.0.4
-
None
-
Fully Compatible
-
ALL
-
-
Security 6 07/17/15
Description
I'm running MongoDB 3.0, used the upgrade document (http://docs.mongodb.org/manual/release-notes/3.0-upgrade/) and upgraded the storage engine to WiredTiger.
I created a user in 1 of the databases with the read role.
When I connect to the database and select another database it gives me the "Authentication Failed" message. That is ok.
When i connect to the database i created the user in, it connects... But then i can : use <databaseX> and do a show collections. It displays everything from that database (where the user shouldn't have access to), i can even show and modify documents.
Is this a bug, or is there something missing in the migration manual?