Commit Graph

288 Commits

Author SHA1 Message Date
Spencer Jackson
045a53f469 SERVER-22826 Support X509 Authorization 2016-08-11 18:58:27 -04:00
Kyle Suarez
eb15955c67 SERVER-24724 authz for views
Adds special authorization logic to prevent a user from reading
normally-inaccessible collections via a view.
2016-08-11 11:07:41 -04:00
Spencer Jackson
f6bb7b0a3b Revert "SERVER-22826 Support X509 Authorization"
This reverts commit d930f48326.
2016-08-10 14:39:34 -04:00
Spencer Jackson
d930f48326 SERVER-22826 Support X509 Authorization 2016-08-09 19:37:44 -04:00
Spencer Jackson
8741e54c89 SERVER-25416: Use failpoint in killop_own_ops.js 2016-08-09 14:51:50 -04:00
Andreas Nilsson
6ab376813c SERVER-25447 Increase timeout in mongos_cache_invalidation.js 2016-08-05 12:35:05 -04:00
Charlie Swanson
3666300bea SERVER-24654 Add privilege checking for $facet stage. 2016-08-01 19:00:53 -04:00
Spencer Jackson
9380a1c12a SERVER-17856: Allow mongod users to currentOp and killOp own operations 2016-07-29 15:51:21 -04:00
Randolph Tan
6059f99366 SERVER-24393 rename assignKeyRangeToZone to updateZoneKeyRange 2016-07-26 14:23:05 -04:00
Randolph Tan
3274d62a05 SERVER-24393 Implement assignKeyRangeToZone and _configsvrAssignKeyRangeToZone 2016-07-26 14:23:05 -04:00
Hai-Kinh Hoang
0248a513fb SERVER-13480 Sort output of usersInfo command 2016-07-26 14:11:04 -04:00
Mark Benvenuto
c1042b38c9 SERVER-24616 Add new getDiagnosticData command 2016-07-21 13:16:55 -04:00
Kaloian Manassiev
ff441b6607 SERVER-25064 Make mongos upgrade w:1 to w:majority for auth writes
Also extend the auth tests to validate that both variants work.
2016-07-17 12:08:30 -04:00
Siyuan Zhou
16a914fa10 SERVER-24881 Add StepUp Command.
This reverts commit 05eca76c9d.
Fixed ErrorCodes in JS tests.
2016-07-06 13:30:23 -04:00
Jonathan Abrahams
05eca76c9d Revert "SERVER-24881 Add StepUp Command."
This reverts commit e3ee305be3.
2016-07-06 09:08:05 -04:00
Siyuan Zhou
e3ee305be3 SERVER-24881 Add StepUp Command. 2016-07-05 16:51:04 -04:00
Randolph Tan
1e765db836 SERVER-24381 Implement removeShardFromZone and _configsvrRemoveShardFromZone 2016-06-30 10:51:01 -04:00
Kaloian Manassiev
7f736859d3 SERVER-24720/SERVER-24782 Move serverStatus.balancer to a balancerStatus command
This change gets rid of the serverStatus.balancer section and moves its
functionality to a new balancer command called 'balancerStatus'.

In addition it gets rid of the 'controlBalancer' command and splits it
into two commands - balancerStart and balancerStop.
2016-06-29 15:00:16 -04:00
Kevin Albertson
6f0af04446 SERVER-5905 Add collStats aggregation stage 2016-06-24 17:40:02 -04:00
Mathias Stearn
a5e8fb2029 Revert "SERVER-5905 Add collStats aggregation stage"
This reverts commit a22d2843cc.
2016-06-24 13:00:15 -04:00
Kevin Albertson
a22d2843cc SERVER-5905 Add collStats aggregation stage
Signed-off-by: Kyle Suarez <kyle.suarez@mongodb.com>
2016-06-23 17:47:18 -04:00
Charlie Swanson
17a143c176 SERVER-24653 $graphLookup should check permissions on "from" collection. 2016-06-23 13:05:06 -04:00
Randolph Tan
f517b05141 SERVER-24379 Implement addShardToZone and _configsvrAddShardToZone 2016-06-22 15:17:13 -04:00
Kaloian Manassiev
4c98927f26 SERVER-22672 Move the sharding balancer to the CSRS primary
This change moves the sharding balancer to run on the primary of the CSRS
config server and removes it from the mongos instances.
2016-06-15 11:05:53 -04:00
Spencer Jackson
3b1f781848 SERVER-20365 Make UserName comparison consider split point 2016-06-13 12:52:43 -04:00
Esha Maharishi
3ad77a8034 SERVER-24464 re-apply after revert and fix for SERVER-24126 2016-06-13 11:40:19 -04:00
Esha Maharishi
1f672d661f Revert "SERVER-24464 Write auth test cases for the _configsvrAddShard command"
This reverts commit b608e5c8bd.
2016-06-10 17:55:58 -04:00
Esha Maharishi
b608e5c8bd SERVER-24464 Write auth test cases for the _configsvrAddShard command 2016-06-10 16:31:00 -04:00
Vincent Do
e5e4a1aa6d SERVER-24160 Re-use serverStatus privilege string for lockInfo command 2016-05-31 10:43:20 -04:00
Mark Benvenuto
6dcdd23dd3 SERVER-23971 Clang-Format code 2016-05-28 17:55:12 -04:00
Vincent Do
0c646e05b1 Revert "SERVER-24160 Add auth and auth test for lockInfo command"
This reverts commit cbb1f07f40.
2016-05-27 12:14:41 -04:00
Vincent Do
cbb1f07f40 SERVER-24160 Add auth and auth test for lockInfo command 2016-05-26 16:55:19 -04:00
Spencer T Brody
b903d9e03c SERVER-24203 Assert that initial data is inserted successfully in mongos_cache_invalidation.js test 2016-05-19 13:16:58 -04:00
Spencer Jackson
3e6a046528 SERVER-23503 Expand localhost exception to include role creation 2016-04-22 13:52:12 -04:00
Shane Harvey
8432d0bb48 SERVER-6823 Rename --tryClusterAuth to --transitionToAuth 2016-04-18 14:11:13 -04:00
Shane Harvey
6e18b2fb45 SERVER-6823 Rolling access control upgrade tests require persistence 2016-04-14 17:48:11 -04:00
Shane Harvey
26b55942cc SERVER-6823 Enable Access control without downtime.
Add --tryClusterAuth flag that enables communicatation between nodes running
with and without auth.
2016-04-13 14:19:55 -04:00
Shane Harvey
0b49058203 SERVER-23184 Reduce listCollections privileges 2016-04-13 14:01:18 -04:00
Mike Grundy
1be713cebb SERVER-23067 Final round of JS linting and formatting 2016-03-18 17:10:31 -04:00
Jonathan Abrahams
4ae691e8ed SERVER-22468 Format JS code with approved style in jstests/ 2016-03-09 12:18:14 -05:00
Eric Milkie
02fd42496c SERVER-22796 expand timing for mongos_cache_invalidation.js 2016-02-22 15:50:21 -05:00
Mike Grundy
c070452eed SERVER-22341 fix jslint errors in jstests/auth with eslint --fix 2016-02-05 15:00:49 -05:00
Andreas Nilsson
ccd6e73ab9 SERVER-22237 Add enableSharding role for CloudManager 2016-02-03 14:42:05 -05:00
rahuldhodapkar
6a46a7c342 SERVER-20358 prevent creation of users containing NULL characters 2016-01-13 10:21:56 -05:00
Spencer Jackson
21bcf6b127 SERVER-21724 Let backup role read system.profile 2015-12-15 15:59:58 -05:00
Charlie Swanson
8c67bb9322 SERVER-21384 Enable all suites on ephemeral storage engines 2015-12-09 12:20:02 -05:00
Kaloian Manassiev
3ed6635a5f SERVER-21050 Cleanup ReplSetTest
This is just a cleanup work to hide some of the private state of
ReplSetTest so it is easier to encapsulate and add new logic. Also enables
strict mode.
2015-12-08 13:05:00 -05:00
matt dannenberg
ab4f798056 SERVER-21708 unify timeouts in auth/repl.js 2015-12-01 05:19:51 -05:00
Misha Tyulenev
730e2cfca8 SERVER-21146 restrict splitChunk, moveChunk, mergeChunks on mongod to internal user only 2015-11-03 18:07:33 -05:00
David Hows
e5bd1ecd48 SERVER-18899 - Add beginBackup and endBackup to storage API 2015-09-25 15:36:43 +10:00