-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
Fully Compatible
-
Server Serverless 2023-09-18, Server Serverless 2023-10-02
In getAllDbNames and getAllTenants calls in CollectionCatalog, boost::none is being passed into these functions to build DatabaseName objects used to find an upper bound when iterating through the catalog map which still maps to DatabaseNames. These DatabaseName objects are not used for direct access to the stored databases, and are specific to catalog. We should bypass our regular checks for catalog when building objects used for pattern matching.
- is depended on by
-
SERVER-73113 Allow only specific global dbs to be created without a tenantId
- Closed
-
SERVER-80635 Use AuthPrevalidated for auth-specific de/serialization
- Closed