summaryrefslogtreecommitdiff
path: root/src/mongo/db/auth/authorization_session_test.cpp
AgeCommit message (Expand)Author
2024-09-16SERVER-83488 Move role acquisition for X509 and OIDC into UserRequest objects...Shreyas Kalyan
2024-09-10SERVER-76883: Suppress 'role does not exist' warning log for LDAP group role ...Varun Ravichandran
2024-09-09SERVER-83487 Make UserRequest an interface (#26833)Shreyas Kalyan
2024-08-31SERVER-94221 Fix race condition in AuthorizationSessionTest (#26673)Sara Golemon
2024-06-03SERVER-85791 Automatically chain generic argument structs to all IDL-generate...Patrick Freed
2024-05-02SERVER-89946 Optimize Single Cluster Privilege checksSara Golemon
2024-04-10SERVER-87886 Bypass defaultMaxTimeMS with bypassDefaultMaxTimeMS privilege (#...Yujin Kang Park
2024-04-09SERVER-89067 Broaden match criteria for AuthorizationManager::invalidateUserB...Sara Golemon
2024-04-02SERVER-88205 Remove redundant `$db` parses from aggregation parsing (#20565)Patrick Freed
2024-03-28SERVER-88205 Eliminate redundant $db parses (#20179)Patrick Freed
2024-03-26SERVER-87883 Add bypassDefaultMaxTimeMs privilege (#20372)Yujin Kang Park
2024-02-17SERVER-85475 Move AuthorizationManager from ServiceContext to ServiceShreyas Kalyan
2024-02-02SERVER-85693 Fix potential access violation in User::validateRestrictionsErwin Pe
2024-01-20SERVER-84742 Refactor the ValidatedTenancyScope class to become a POD classMathis Bessa
2023-12-12SERVER-83600 Grant the builtin role clusterMonitor privileges to any_system_b...Niaz Pavel
2023-11-27SERVER-82929 Add parse function and testing infrastructure for listSearchInde...Gil Alon
2023-10-17SERVER-81544 Track protocol=atlasproxy on client connectionsMathis Bessa
2023-10-11SERVER-81540 Create agg request using tenantId in auth session testHugh Tong
2023-10-05SERVER-81830 Create Clients with Service, not ServiceContextGeorge Wangensteen
2023-09-20SERVER-71100 Make Session diagnostics logging genericAlex Li
2023-08-31SERVER-80394 Improve securityToken handlingSara Golemon
2023-08-25SERVER-80316 Update dbname param to logoutDatabaseSara Golemon
2023-08-09SERVER-79138 Fix data race in AuthorizationSessionTest fixtureErwin Pe
2023-08-04SERVER-75656 Include configureQueryAnalyzer in non-tenant builtin roles onlySara Golemon
2023-08-02SERVER-76294 Remove createDatabaseNameForAuth and DatabaseNameUtil::serialize...Gabriel Marks
2023-08-01SERVER-76195 Remove non-tenant aware APIs from ResourcePatternGabriel Marks
2023-07-10SERVER-78784 Initialize AuthorizationManager prior to creating Client objectSara Golemon
2023-07-06SERVER-78396 Avoid calling deprecated NamespaceString::db() in unit test codeDidier Nadeau
2023-06-28SERVER-78194 Migrate calls to RP::forClusterResource() from mongo/db/auth to ...Gabriel Marks
2023-06-22SERVER-77044 IWYU Automated changes for up to end ratio 0.4Daniel Moody
2023-06-20SERVER-78005: Replace DatabaseName::db() with other proper functions in unit ...Sophia Tan
2023-06-16SERVER-77940 Remove boost::none default for RP::forAnyNormalResource() callsGabriel Marks
2023-06-12SERVER-77932 Remove legacy forDatabaseName APISara Golemon
2023-06-08SERVER-77904 Remove boost::none default for anyRsrc/anySysBuckets APIsSara Golemon
2023-06-08SERVER-77781 Remove legacy RP::forAnySystemBucketsInDatabase() APISara Golemon
2023-06-08SERVER-77782 Use DatabaseName with isAuthorizedForAnyActionOnAnyResourceInDBSara Golemon
2023-06-06SERVER-77783 Use ListCollections request in checkAuthorizedToListCollectionsSara Golemon
2023-06-06SERVER-77780 Remove non-tenant RP::forAnySystemBucketsInAnyDatabase() APISara Golemon
2023-06-05SERVER-77566 Remove non-tenant aware forExactSystemBuckes patternSara Golemon
2023-06-05SERVER-76198 Rewrite PrivilegeParser for multitenancySara Golemon
2023-06-02SERVER-76204 Use new ResourcePattern APIs in BuiltinRolesSara Golemon
2023-06-02SERVER-47204 Partial removal of usages of OperationContextNoopKaloian Manassiev
2023-04-29SERVER-75289: Uncomment AuthorizationSession security token unit testVarun Ravichandran
2023-04-04SERVER-69653 Add auth privilege requirements to the analyzeShardKey and confi...Israel Hsu
2023-02-26SERVER-73112 Avoid constructing global namespaces directlyjannaerin
2023-02-24SERVER-74241 remove SessionHandle and similar aliasesMatt Diener
2023-02-08SERVER-73112 Expose function to construct NamespaceString in unit testsjannaerin
2022-12-24SERVER-70700 Use UserRequest to in authorization workflowSara Golemon
2022-12-16SERVER-70701: Allow AuthorizationSession to enforce expiration timesVarun Ravichandran
2022-11-14Revert "SERVER-70700 Use UserRequest to in authorization workflow"auto-revert-processor