Skip to content

Commit

Permalink
SERVER-18140 allow getParamter to be executed locally against arbiter…
Browse files Browse the repository at this point in the history
… in auth'd replset
  • Loading branch information
hawka committed Apr 21, 2015
1 parent c7bb14a commit 7d08d35
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/mongo/db/auth/authorization_session.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ namespace {
ActionSet setupServerConfigActionSet;
setupServerConfigActionSet.addAction(ActionType::addShard);
setupServerConfigActionSet.addAction(ActionType::getCmdLineOpts);
setupServerConfigActionSet.addAction(ActionType::getParameter);
setupServerConfigActionSet.addAction(ActionType::replSetConfigure);
setupServerConfigActionSet.addAction(ActionType::replSetGetStatus);
setupServerConfigActionSet.addAction(ActionType::serverStatus);
Expand Down

0 comments on commit 7d08d35

Please sign in to comment.