Details
-
Task
-
Resolution: Duplicate
-
Major - P3
-
None
-
None
-
None
-
None
-
Serverless
Description
Currently, renameCollection request is parsed with RenameCollectionCommand's parse function in which there is no validated tenant id can be used for generating namespace for tenant.
auto renameRequest =
|
RenameCollectionCommand::parse(IDLParserErrorContext("renameCollection"),cmdObj);const auto& fromNss = renameRequest.getCommandParameter(); const auto& toNss = renameRequest.getTo(); |
In this ticket, we should have find a way to pass in validated tenant id so that the fromNss and toNss can have tenant id.
Attachments
Issue Links
- depends on
-
SERVER-67397 Change BasicCommandWithReplyBuilderInterface to use DatabaseName
-
- Closed
-
- duplicates
-
SERVER-67461 Convert the renameCollection command to a TypedCommand
-
- Closed
-