MongoDB Database User Management GUI (RBAC)

Create a new user in the specified instance database

Note

Review the MongoDB Database User Management (RBAC) for help to create an user through API.

Step 1: Select the appropriate instance and navigate to DATABASES tab

_images/database.png

Step 2: Select the database where the user need to be created.

_images/select_db.png

Step 3: Select the USERS tab and click on Add User Button.

_images/select_users.png

Step 4: Enter the Username and Password and select any of the role from the checkbox (multiple roles can be selected) and click on click on Add Database User.

_images/add_user.png

Step 5: This will prompt a message saying Success User added to database.

_images/success.png

Update an existing user’s password or role in a specific instance database

Note

Review the MongoDB Database User Management (RBAC) for help to update an user through API.

Step 1: Select the user you want to update by clicking on the pencil icon.

_images/update_user.png

Step2: You can update either password or Roles from the check box list,to update the password the user needs to click on the Update Password link otherwise it will remain same.

Step3: After Updating the details click on Update Database User.

_images/update_user_details.png

Step4: This will prompt a message saying Success User details updated.

_images/user_details_updated_success.png

Delete an existing user from a specific instance database

Note

Review the MongoDB Database User Management (RBAC) for help to delete an user through API.

Step1: Select the user to remove from the database by clicking on cross icon.

_images/delete_user.png

Step2: Once the user is selected it will prompt a confirmation dialogue box to confirm the deletion by entering the user name that want to be deleted.

_images/confirmation.png

Step3: After clicking the Delete Database User will prompt a message saying Success User removed from database.

_images/user_removed.png