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

Update rolesInfo output

    • Type: Icon: Bug Bug
    • Resolution: Done
    • Priority: Icon: Major - P3 Major - P3
    • v1.3.15, mongodb-2.6
    • Affects Version/s: None
    • Component/s: manual
    • Labels:
      None

      Should be quick update of command/rolesInfo.txt page

      {
      	"roles" : [
      		{
      			"role" : "readWriteTestreadAdmin",
      			"db" : "admin",
      			"isBuiltin" : false,
      			"roles" : [
      				{
      					"role" : "read",
      					"db" : "admin"
      				},
      				{
      					"role" : "readWrite",
      					"db" : "test"
      				}
      			],
      			"inheritedRoles" : [
      				{
      					"role" : "readWrite",
      					"db" : "test"
      				},
      				{
      					"role" : "read",
      					"db" : "admin"
      				}
      			]
      		}
      	],
      	"ok" : 1
      }
      
      

            Assignee:
            kay.kim@mongodb.com Kay Kim (Inactive)
            Reporter:
            kay.kim@mongodb.com Kay Kim (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:
              9 years, 21 weeks, 3 days ago