summaryrefslogtreecommitdiff
path: root/jstests/auth
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-50672 Mark auth-counter.js as needing replicationSpencer Jackson2020-09-021-0/+1
|
* SERVER-50292 Refactor user acuisition via externalStateSara Golemon2020-09-021-1/+1
|
* SERVER-50204 Refactor role acquisition using resolveRolesSara Golemon2020-08-242-25/+1
|
* SERVER-48693 Add network counter for cluster authenticationAdam Cooper2020-08-204-50/+125
|
* Revert "SERVER-48693 Add network counter for cluster authentication"Gregory Wlodarek2020-08-194-125/+50
| | | | This reverts commit cad2d5b3ebfe416024d0276c410302e98f2b5037.
* SERVER-48693 Add network counter for cluster authenticationAdam Cooper2020-08-184-50/+125
|
* SERVER-49756 Add downgradeOnDiskChanges parameter to ↵Jason Chan2020-08-181-1/+1
| | | | setFeatureCompatibilityVersion
* SERVER-49996 Ensure getSiblingDB() is used instead of getSisterDB()Pavi Vetriselvan2020-08-175-63/+63
|
* Revert "SERVER-48693 Add network counter for cluster authentication"Gregory Wlodarek2020-08-174-125/+50
| | | | This reverts commit 24dd72daae9e4cf59ad51910058bc111f20edbff.
* SERVER-48693 Add network counter for cluster authenticationAdam Cooper2020-08-144-50/+125
|
* SERVER-49495 Alleviate race in auth_pass_prompt.jsGabriel Marks2020-08-071-3/+4
|
* SERVER-49116 Add rotateCertificates commandGabriel Marks2020-07-171-0/+13
|
* SERVER-38987 Replace ephemeralForTest storage engine with biggie implementationHenrik Edin2020-07-171-1/+2
| | | | | | | | ephemeralForTest is now a document level locking engine unittests instantiate the oplog as it is required with doc-level locking engines Added a 'incompatible_with_eft' tag for tests that don't work with this engine for different reasons. Many concurrency suites are disabled due to excessive memory usage
* Revert "change jstest file"Lydia Stepanek2020-07-161-1/+0
| | | | This reverts commit 0c952b57be04dd6991db6dd370ed8328841240ba.
* change jstest fileLydia Stepanek2020-07-161-0/+1
|
* SERVER-49330 Remove check for LHAB restoration on restartSara Golemon2020-07-081-39/+1
|
* SERVER-49026 Use the maximum opId to test authorization privilieges for killOpGregory Wlodarek2020-06-231-2/+3
|
* SERVER-48620 Run movePrimary in renameCollection_twoDBs in commands roles ↵Blake Oler2020-06-181-0/+9
| | | | tests when on sharded systems
* SERVER-48921 Use localhost when checking localhost auth bypassSara Golemon2020-06-181-4/+10
|
* SERVER-48715 correctly handle $clusterTime on arbiters when auth is enabledKevin Pulo2020-06-161-20/+60
|
* Revert "SERVER-48620 Run movePrimary in renameCollection_twoDBs in commands ↵Ted Tuckman2020-06-081-9/+0
| | | | | | roles tests when on sharded systems" This reverts commit d711e601e406a035d108b22c0c49449126c9ec92.
* SERVER-48620 Run movePrimary in renameCollection_twoDBs in commands roles ↵Blake Oler2020-06-051-0/+9
| | | | tests when on sharded systems
* SERVER-48199 Avoid ShardingTests without journaling in curop_auth_info.jsSpencer Jackson2020-05-271-3/+5
|
* SERVER-47992 Make disableResumableRangeDeleter just prevent ranges from ↵Esha Maharishi2020-05-181-1/+3
| | | | being submitted for deletio
* SERVER-48195 Manually sync replset nodes in localhost_authbypass_state testSara Golemon2020-05-131-1/+21
|
* SERVER-47441 Remove unnecessary movePrimary calls from commands_lib.jsBlake Oler2020-05-131-6/+0
|
* SERVER-48027 Wait for applied OpLog agreement before restarting replica setsSara Golemon2020-05-081-0/+2
|
* SERVER-47908 Wire speculativeAuthenticate into mongosSara Golemon2020-05-041-0/+54
|
* SERVER-43499 gossip cluster time in arbiter related testsKevin Pulo2020-05-011-7/+0
|
* SERVER-47504 Ensure auth db changes replicate to secondaries during testSara Golemon2020-04-301-30/+32
|
* SERVER-43469 Remove TODOs listed for SERVER-35447Jack Mulrow2020-04-3011-16/+16
|
* SERVER-47504 Trigger disable of localhost auth bypass more proactivelySara Golemon2020-04-301-0/+120
|
* SERVER-47472 Remove usages of checkShardVersionOrThrow_DEPRECATED from the ↵Kaloian Manassiev2020-04-211-20/+10
| | | | OpObservers
* SERVER-47429 Validate authenticationMechanisms server parameterMark Benvenuto2020-04-201-0/+23
|
* SERVER-42829 Assert actions taken during setup/teardownSara Golemon2020-04-091-115/+126
|
* SERVER-47188 Return appropriate error messages from saslStartSara Golemon2020-03-311-0/+47
|
* SERVER-46835 Remove FCV branches related to deleting the config server ↵Esha Maharishi2020-03-301-14/+0
| | | | implicit collection creation loop
* SERVER-46771 Fix auth_pass_prompt.jsHenrik Edin2020-03-121-1/+1
|
* SERVER-46725 Add testcase for speculative sasl auth using user not in admin DBSara Golemon2020-03-091-0/+5
|
* SERVER-46525 Review and convert LogV2 statements in AuthZNMark Benvenuto2020-03-061-2/+3
|
* SERVER-46276 Ensure cross-db $out handles authz correctlynzolnierzmdb2020-02-281-10/+56
|
* SERVER-46110 Expose $out functionalityTed Tuckman2020-02-281-1/+1
|
* Revert "SERVER-46110 Expose $internalOutToDifferentDB functionality"Louis Williams2020-02-271-1/+1
| | | | This reverts commit 835e125ff9cf933ff9804d8f7ca22cca1e3a04f2.
* SERVER-42984 Add serverStatus counters for authentication attempts/successesSara Golemon2020-02-271-0/+94
|
* SERVER-46110 Expose $internalOutToDifferentDB functionalityTed Tuckman2020-02-271-1/+1
|
* Revert "SERVER-46276 Ensure cross-db $out handles authz correctly"Nick Zolnierz2020-02-261-45/+10
| | | | This reverts commit 6a17da7e7fb3a1eefb96c96f000a66b2cc728645.
* SERVER-46276 Ensure cross-db $out handles authz correctlyNick Zolnierz2020-02-261-10/+45
|
* SERVER-46235 mongoURIAuth.js tolerate extra appearances of regex in logBilly Donahue2020-02-241-1/+1
|
* SERVER-46026 Fix kill_sessions.js and logs_include_client_info.js to handle ↵Henrik Edin2020-02-151-6/+28
| | | | JSON logs
* SERVER-46178 Exclude requires_sharding tests from ephemeralForTest.Max Hirschhorn2020-02-151-1/+1
|