Replace $tenant usage in CollectionCloner

XMLWordPrintableJSON

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

      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
            Reporter:
            Sophia Tan (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: