Change CmdRenameCollection to generate namespace with validated tenant id

XMLWordPrintableJSON

    • Type: Task
    • Resolution: Duplicate
    • Priority: Major - P3
    • None
    • Affects Version/s: None
    • Component/s: None
    • None
    • Serverless
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      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.

            Assignee:
            [DO NOT USE] Backlog - Server Serverless (Inactive)
            Reporter:
            Sophia Tan (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: