summaryrefslogtreecommitdiff
path: root/jstests/auth
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-45472 Ensure RoleGraph can serialize authentication restrictions to BSONSpencer Jackson2020-01-151-0/+8
| | | | (cherry picked from commit 521e56b407ac72bc69a97a24d1253f51a5b6e81b)
* SERVER-40435 A clearJumboChunk command to clear the jumbo flagRandolph Tan2020-01-071-0/+29
| | | | | (cherry picked from commit 546e411b72cf6f75d24b304ce9219d1f3d3a4e4f) (cherry picked from commit 380711ea7dba41cb372a12a8d5258fdc124a0d23)
* SERVER-44922 Prevent User acquisition from incrementing cache generationSpencer Jackson2019-12-301-7/+33
| | | | (cherry picked from commit 47a605826a64d55ff23427deab6f29c5999d1103)
* SERVER-44320 Allow users with enableSharding cluster AT to manipulate ↵Sara Golemon2019-11-131-3/+26
| | | | | | sharding zones (cherry picked from commit b08f7a6989c3e6b3af944201f618c8c928cc4077)
* SERVER-43582 Do not auth ReplicaSet MonitorSara Golemon2019-10-011-0/+72
| | | | | (cherry picked from commit b5b3517afcab6efd034db87715dcefc5557b1099) (cherry picked from commit ab6d34c3001706e95439883b4c4b7f93c17feda0)
* SERVER-43200 Make auth/mongoURIAuth.js robust to slow commandsMark Benvenuto2019-09-251-1/+4
| | | | (cherry picked from commit 12915c50e2308507c2016d31e85f456d1278243d)
* SERVER-42652 Fix issue with rename collectionAdam Cooper2019-09-032-7/+71
| | | | (cherry picked from commit cdde32442328fdd65bd1ae016164bcafff15fa92)
* SERVER-42129 modifies test to account for ephemeralForTest engine's missing ↵Suganthi Mani2019-08-301-1/+8
| | | | | | oplog after restart. (cherry picked from commit 45ff40ff0f2a2d7664a38acd06bfb4f4fe235267)
* SERVER-38356 added functionality to forbid dropping the oplog, modified ↵Suganthi Mani2019-08-281-2/+7
| | | | | | tests to get around Evergreen issue (cherry picked from commit a3244d8ac0ae530e2394248e72aadb27241adba3)
* SERVER-39576 Remove the 'doTxn' commandWilliam Schultz2019-08-131-429/+0
| | | | (cherry picked from commit 285c39607ee33aea0d6aff15cfaca37d0956ab50)
* Apply formatting per `clang-format-7.0.1`clang-format-7.0.12019-07-2667-4519/+4388
|
* SERVER-41152 strip white space from auth mechanismsJason Piao2019-07-231-0/+13
| | | | (cherry picked from commit c31362708f26397dd20818ab780a5180e257d5a7)
* SERVER-41898 Rename "userImpersonators" to "runBy" in currentOpSpencer Jackson2019-07-091-1/+1
| | | | (cherry picked from commit a7cb58fe04b1a13909e98829a9235eb4fa837e8c)
* SERVER-40432 Undo 4.2 changes to $outAnton Korshunov2019-05-301-5/+5
|
* SERVER-40529 Refresh pinned users in background threadJonathan Reams2019-05-281-4/+56
|
* SERVER-41275 rename $merge option replaceWithNew to replaceCharlie Swanson2019-05-231-1/+1
|
* SERVER-41193 Get rid of the `refreshSessionsInternal` commandKaloian Manassiev2019-05-211-5/+0
|
* SERVER-41161 Re-enable renaming between databases for applyOpsXiangyu Yao2019-05-211-0/+41
|
* SERVER-41200 Change syntax from $out to $merge for tests in other directoriesJacob Evans2019-05-211-4/+16
|
* SERVER-409050 auth test for searchBeta agg stageIan Boros2019-05-151-4/+45
|
* SERVER-38867 refine handling of system collections in listCollectionsKevin Pulo2019-05-081-79/+124
|
* SERVER-40315 Fix SASL mechanism acquisition for __system in testsSpencer Jackson2019-05-071-2/+13
|
* SERVER-33631 Refactor rename_collection.cppXiangyu Yao2019-04-291-41/+0
|
* SERVER-35638 Short timeout to autocomplete collection namesA. Jesse Jiryu Davis2019-04-261-0/+52
| | | | | Also resolves SERVER-40736, test autocompletion of collection names for users without the listCollections permission.
* Revert "SERVER-35638 Short timeout to autocomplete collection names"Justin Seyster2019-04-241-51/+0
| | | | This reverts commit f202c4c1ba24b9f561e8b11dac5b04fa0eeb4919.
* SERVER-35638 Short timeout to autocomplete collection namesA. Jesse Jiryu Davis2019-04-241-0/+51
| | | | | Also resolves SERVER-40736, test autocompletion of collection names for users without the listCollections permission.
* SERVER-40346 Use AlternativeSessionRegion to insert config documents as ↵Blake Oler2019-04-161-7/+3
| | | | retryable write
* SERVER-40553 Filter unauthorized views in listCollectionsSara Golemon2019-04-111-1/+1
|
* SERVER-40553 Filter unauthorized views in listCollectionsSara Golemon2019-04-111-0/+58
|
* SERVER-40436 Ignore the 'flags' field from the 'create' commandGregory Wlodarek2019-04-113-6/+4
|
* SERVER-40269: commitTransaction should assert that the prepare oplog entry ↵Lingzhi Deng2019-04-091-6/+12
| | | | is majority committed
* SERVER-38556 Handle transaction events in RoleGraph updateSpencer Jackson2019-03-281-0/+1
|
* SERVER-39820 Include client IP in log message for successful authenticationJonathan Reams2019-03-261-0/+29
|
* SERVER-35394 Test access control of prepareTransaction commandGregory Wlodarek2019-03-241-0/+199
|
* SERVER-39178 Negotiate SCRAM mechanism in MongoURI::connect()Shreyas Kalyan2019-03-111-0/+72
|
* SERVER-38984 Validate unique User ID on UserCache hitSara Golemon2019-02-141-0/+74
|
* SERVER-37836 re-evaluate authorization for originating command in getMoreIsabella Siu2019-02-081-12/+121
|
* SERVER-37823 Server Side Traffic CaptureJason Carey2019-02-042-3/+35
| | | | | Adds support for special commands which dump wire protocol traffic to disk.
* SERVER-39056 Further refine readWriteAnyDatabaseShreyas Kalyan2019-02-043-78/+127
|
* SERVER-39232 Allow commands that do not require auth to refresh sessionsRandolph Tan2019-01-312-10/+3
|
* SERVER-39128 Avoid double-authenticationSara Golemon2019-01-261-0/+19
|
* SERVER-37875 Add serverStatus privilege to backup roleBlake Oler2019-01-211-4/+4
|
* SERVER-38887 Return names encapsulated when falling back on privilege inspectionSara Golemon2019-01-181-2/+8
|
* SERVER-37451 Move all ClientCursor ownership to the global CursorManager.David Storch2019-01-151-4/+3
| | | | | Deleting the per-collection CursorManagers, and other related cleanup, is left as future work.
* SERVER-33226: remove getPrevError() commandKim Tao2019-01-101-9/+0
|
* SERVER-38887 Treat undefined filter object as unfiltered in Mongo.getDBs()Sara Golemon2019-01-101-0/+32
|
* SERVER-38293 make listDatabases understand collection privilegesIsabella Siu2018-12-061-2/+22
|
* SERVER-36829: Let users kill their own cursorsSpencer Jackson2018-11-211-0/+27
|
* SERVER-37833 Retry internal auth with alternate key during keyfile rolloverJonathan Reams2018-11-071-0/+92
|
* SERVER-37649 Add test for auth and listing open cursors on mongosBernard Gorman2018-10-261-81/+150
|