Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-83430

Replace $tenant usage in CollectionCloner

    • Type: Icon: Task Task
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • 7.3.0-rc0
    • Affects Version/s: None
    • Component/s: None
    • Labels:
    • Service Arch
    • Fully Compatible
    • Service Arch 2023-12-11, Service Arch 2023-12-25
    • 2

      Replace $tenant usage in CollectionCloner.

      Currently, this "$tenant" is used for command "callStats", the command body looks like 

      {    callStats: collname,    $db: dbname (non tenant prefixed),    $tenant: tenantId, }

      We need to replace "$tenant" with unsigned security token. The command body looks like

      {    callStats: collname,    $db: dbname (non tenant prefixed), }

      . The command also include an unsigned security token which has no "expectPrefix".

            Assignee:
            joseph.prince@mongodb.com Joseph Prince
            Reporter:
            sophia.tan@mongodb.com Sophia Tan
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: