-
Type:
Bug
-
Resolution: Done
-
Priority:
Critical - P2
-
None
-
Affects Version/s: 3.0.4
-
Component/s: Security
-
None
-
Fully Compatible
-
ALL
-
-
Security 6 07/17/15
-
None
-
None
-
None
-
None
-
None
-
None
-
None
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?