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

MMS Agent Authentication Requirements are pre-2.6 syntax

    • Type: Icon: Bug Bug
    • Resolution: Done
    • Priority: Icon: Major - P3 Major - P3
    • 01112017-cleanup
    • Affects Version/s: None
    • Component/s: Cloud Manager
    • Labels:
      None

      Section 7.2 of the MMS On-prem1.4.2 manual

      Create a user on the admin database with an operation that resembles the following:
      use admin
      db.addUser( { user: "<username>",
      pwd: "<password>",
      roles: [ "clusterAdmin",
      "readAnyDatabase",
      "userAdminAnyDatabase"
      ],
      otherDBRoles: { local: ['readWrite'],
      admin: ['readWrite'] } } )
      

      Should be changed to include command that will work on 2.6 (as well).

            Assignee:
            sam.kleinman Sam Kleinman (Inactive)
            Reporter:
            thomas.boyd Thomas Boyd
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:
              9 years, 48 weeks ago