summaryrefslogtreecommitdiff
path: root/src/mongo/db/auth
Commit message (Expand)AuthorAgeFilesLines
* SERVER-76427: Rename $telemetry to $queryStatsWill Buerger2023-05-172-2/+2
* SERVER-66281 Logging subsystem has become aware of tenant IDsmathisbessamdb2023-05-161-4/+4
* SERVER-75276 writeConflictRetry should properly be using a NamespaceStringOrU...Sophia Tan2023-05-151-1/+1
* SERVER-74491 Make DatabaseName::toString privatemathisbessamdb2023-05-101-3/+4
* SERVER-76894 eliminate unnecessary OpObserver overrides using OpObserverNoop ...Benety Goh2023-05-101-124/+3
* SERVER-75537 Handle direct operations against shardsAllison Easton2023-05-081-0/+1
* SERVER-76563 remove OpObserver::_onReplicationRollback() indirectionBenety Goh2023-05-062-5/+4
* SERVER-76563 remove unimplemented AuthOpObserver::getDocumentKey()Benety Goh2023-05-051-5/+0
* SERVER-76639 remove OpObserver::preRenameCollection() overloadBenety Goh2023-05-051-2/+2
* SERVER-76639 remove OpObserver::onRenameCollection() overloadBenety Goh2023-05-052-3/+4
* SERVER-76639 remove OpObserver::onDropCollection() overloadBenety Goh2023-05-052-3/+4
* SERVER-73468 Break dependency of commands on op_metricsKaloian Manassiev2023-05-023-5/+1
* SERVER-76636 Add accumulator to OpObserver::onInsertsMatt Kneiser2023-05-012-2/+4
* SERVER-75289: Uncomment AuthorizationSession security token unit testVarun Ravichandran2023-04-291-10/+4
* SERVER-76378 Estimate metadata sizeSara Golemon2023-04-282-0/+11
* SERVER-76562 Add accumulator to OpObserver::onUnpreparedTransactionCommitMatt Kneiser2023-04-271-1/+2
* SERVER-74493 Make DatabaseName constructors privatemathisbessamdb2023-04-261-1/+1
* SERVER-75529 Reduce the width of NamespaceStringMatt Broadstone2023-04-261-2/+2
* SERVER-70127 change system operations to be killable by defaultJiawei Yang2023-04-261-1/+3
* Revert "SERVER-70127 change system operations to be killable by default"Sviatlana Zuiko2023-04-251-3/+1
* SERVER-70127 change system operations to be killable by defaultJiawei Yang2023-04-251-1/+3
* SERVER-76369 Accumulate state among early OpObserversMatt Kneiser2023-04-242-4/+10
* SERVER-76396 Refactor special database constant handlingTommaso Tocci2023-04-242-4/+4
* SERVER-76310 Use config shard terminology instead of catalog shardJack Mulrow2023-04-242-2/+2
* SERVER-69855: Document tlsClusterAuthX509 options and overrides in arch guidesVarun Ravichandran2023-04-201-8/+56
* SERVER-76190 Add tenant-aware ResourcePattern APIsSara Golemon2023-04-181-16/+68
* SERVER-74486 Always include tenant in collection name attributes in error mes...Sophia Tan2023-04-182-10/+16
* SERVER-76085 Create createDatabaseName_forTest to be used in unit testingmathisbessamdb2023-04-171-2/+3
* SERVER-72937 Create the QE cleanupStructuredEncryptionData command skeleton f...Shreyas Kalyan2023-04-172-0/+5
* SERVER-75396 Update featureFlag check for featureFlagSecurityTokenSara Golemon2023-04-171-3/+8
* SERVER-75733 Return StringData in NSS::ns, DatabaseName::dbMatt Broadstone2023-04-147-9/+10
* SERVER-75121 Remove JWKS URI from OIDC configurationSpencer Jackson2023-04-075-1/+320
* SERVER-74487 Always include tenant in db name attributes in error messagesSophia Tan2023-04-061-1/+2
* SERVER-66587 rename isEnabledAndIgnoreFCV to isEnabledAndIgnoreFCVUnsafeJiawei Yang2023-04-051-1/+3
* SERVER-69653 Add auth privilege requirements to the analyzeShardKey and confi...Israel Hsu2023-04-044-3/+22
* SERVER-75401 Move aggregation specific logic out of AuthorizationSessionSara Golemon2023-04-033-30/+0
* SERVER-74527 Adding security infrastructure for directShardOperationsSergi Mateo Bellido2023-04-033-1/+10
* SERVER-75426 Revert changes to LOG_DEBUG lines in SERVER-74485mathisbessamdb2023-03-301-1/+1
* SERVER-73112 Make NamespaceString constructors privatejannaerin2023-03-295-22/+28
* SERVER-75122 Remove Client SecretSpencer Jackson2023-03-281-4/+0
* SERVER-74485 Always include tenant in db name attributes in log linesmathisbessamdb2023-03-281-1/+1
* SERVER-74589 OpObserver::onInserts() accepts fromMigrate bool arrayBenety Goh2023-03-282-2/+4
* SERVER-75085: Add catalog shard transition command actions to clusterManager ...wenqinYe2023-03-271-0/+2
* SERVER-74735 Limit metadata exposed to clientsSpencer Jackson2023-03-241-15/+4
* SERVER-74029 Add SerializerFlags context to custom IDL serializersHugh Tong2023-03-161-4/+8
* SERVER-70789 Rename sharding global indexes utilities to reflect globalness o...Marcos José Grillo Ramirez2023-03-041-4/+4
* SERVER-72667 Add authorization checks for cluster checkMetadataConsistency co...Pol Pinol Castuera2023-03-022-0/+2
* SERVER-72836 Adding USER_ROLES variable and testsMilitsa Sotirova2023-03-013-0/+30
* SERVER-73112 Avoid constructing global namespaces directlyjannaerin2023-02-2613-73/+44
* SERVER-70958: Add end-to-end device authorization grant flow integration test...Varun Ravichandran2023-02-252-6/+16