-
Type: Task
-
Resolution: Duplicate
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
Serverless
-
Server Serverless 2023-10-02
-
1
The "renameCollection" command runs on "admin" db and has tenant prefix in its "from" collection and "to" collection.
To simulate an Atlas Proxy request, we need to add security token and "expectPrefix:true" to its request body. To support such an AP request in mongod, we should also allow the specific global dbs (eg, "$db: admin", "$db:config" and "$db:local") to be parsed without tenant prefix while the command request has security token and "expectPrefix:true".
- is depended on by
-
SERVER-79909 Add multitenant support to setQuerySettings
- Closed
- is duplicated by
-
SERVER-70547 Create multitenancySupport passthroughs that inject a tenant prefix and security token
- Closed
-
SERVER-81547 Don't require tenant prefixes when accessing internal databases in protcol=atlasproxy
- Closed