-
Type: Improvement
-
Resolution: Duplicate
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
Currently, if an arbiter is part of a replica set with auth enabled, it can only be accessed by other members of the set. Users cannot authenticate against the arbiter to run any administrative commands (except for db.isMaster).
A user should be able to authenticate to an arbiter and run administrative commands such as db.serverStatus. This could be implemented by allowing the arbiter to verify the user's auth credentials against the primary of the set.
- duplicates
-
SERVER-5479 Arbiter in authenticated replica set should allow and require login/auth for admin-only operations
- Backlog