Uploaded image for project: 'Documentation'
  1. Documentation
  2. DOCS-2794

MMS Backup Authentication requirements are missing otherDbRoles

    • Type: Icon: Task Task
    • Resolution: Done
    • Priority: Icon: Blocker - P1 Blocker - P1
    • v1.3.1
    • Affects Version/s: None
    • Component/s: Cloud Manager
    • Labels:
      None

      The correct authentication requirements are:

      db.addUser(
      {
        user: 'USERNAME',
        pwd: 'PASSWORD',
        roles: ['readAnyDatabase', 'clusterAdmin', 'userAdminAnyDatabase'],
        otherDBRoles: {local: ['readWrite'], admin: ['readWrite']}
      }
      );
      

            Assignee:
            kay.kim@mongodb.com Kay Kim (Inactive)
            Reporter:
            cailin.nelson@mongodb.com Cailin Nelson
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved:
              10 years, 10 weeks ago