summaryrefslogtreecommitdiff
path: root/src/mongo/db/auth/security_token.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-67148 Refactor ValidatedTenantId into ValidatedSecurityTokenSara Golemon2022-06-151-147/+0
* SERVER-65458 Parse and validate tenantId at the start of command processingSophia Tan2022-06-081-8/+7
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-63025 Unify security token placeholder implementationsSara Golemon2022-01-291-15/+34
* SERVER-62441 Define a new type mongo::TenantId for tenant idSophia Tan2022-01-201-2/+2
* SERVER-62239 Put tenantId on opCtx if passed as $tenantjannaerin2022-01-181-9/+11
* Revert "SERVER-62239 Put tenantId on opCtx if passed as $tenant"Kaloian Manassiev2022-01-161-11/+9
* SERVER-62239 Put tenantId on opCtx if passed as $tenantjannaerin2022-01-141-9/+11
* SERVER-61615 Parse authenticated user from security token and add to authoriz...Sara Golemon2021-12-071-2/+38
* SERVER-61570 Rename supportMultitenancy to multitenancySupportSara Golemon2021-11-181-4/+4
* SERVER-61386 Rename acceptOpMsgSecurityToken to supportMultitenancySara Golemon2021-11-101-6/+5
* SERVER-59463 Add tenant ID to log messagesSara Golemon2021-08-241-0/+16
* SERVER-58381 Define and process kind(2) in OP_MSG payloadSara Golemon2021-07-301-0/+74