- Security >
- Enable Authentication for a Cloud Manager Project >
- Manage MongoDB Users and Roles >
- Manage MongoDB Users
Manage MongoDB Users¶
On this page
When you select an Authentication Mechanism for your Cloud Manager project, this enables access control for all managed deployments in your Cloud Manager project.
With access control enabled, clients must authenticate to the MongoDB process as MongoDB users. Once authenticated, these users only have privileges granted by their assigned roles. You can assign MongoDB’s built-in roles to a user as well as custom roles.
You can create MongoDB users before or after enabling accessing control, but your MongoDB instances do not require user credentials if access control is not enabled.
Important
MongoDB users are separate from Cloud Manager users. MongoDB users have access to MongoDB databases, while Cloud Manager users access the Cloud Manager application itself.
Considerations¶
Managed Users and Roles¶
Any users or roles you choose to manage in an Cloud Manager project have their
Synced value set to Yes
and are synced to all
deployments in the project.
Any users or roles you do not choose to manage in an Cloud Manager project have
their Synced value set to No
and exist only in their
respective MongoDB deployments.
Note
If you toggle Synced to OFF
after import, any users
or roles you create are deleted.
Consistent Users and Roles¶
If you enforce a consistent set of users and roles in your project, Cloud Manager synchronizes these users and roles across all deployments in that project. Toggle Enforce Consistent Set to choose whether or not to manage one set of users and roles:
Enforce Consistent Set is YES
¶
In a managed project, Cloud Manager grants all of the users and roles access to all deployments. All deployments that the Cloud Manager project manages have the same set of MongoDB users and roles.
Cloud Manager limits the access to users and roles where you set
Synced to Yes
. Cloud Manager deletes all users and roles that Cloud Manager project doesn’t manage from the deployments in your project.
Enforce Consistent Set is NO
¶
In a managed project, Cloud Manager allows each deployment to use its own set of MongoDB users and roles. Cloud Manager doesn’t need to manage these MongoDB users and roles. To manage these users and roles, you must connect direct to the MongoDB deployment.
Cloud Manager grants managed MongoDB users and roles where you set
Synced to Yes
access to all managed deployments.
Cloud Manager limits access of unmanaged MongoDB users and roles, where you set
Synced to No
, to those users’ and roles’ specific
deployments.
Note
Enforce Consistent Set defaults to NO
.
To learn how importing MongoDB deployments can affect managing users and roles, see Automation and Updated Security Settings Upon Import.
Add One MongoDB User¶
Cloud Manager Uses Default Hashing Iterations for User Credentials
When you create a MongoDB user via Cloud Manager, it uses the default
number of iterations for
SCRAM-SHA-1
(10,000) and SCRAM-SHA-256
(15,000) to hash user credentials. If you want to use different
values, create the user in MongoDB directly.
Click the Add New User button.¶
Complete the user account fields.¶
Field | Description |
---|---|
Identifier |
Together, the database and username uniquely identify the user. Though the user has just one authentication database, the user can have privileges on other databases. You grant those privileges when assigning the user roles. If you are authenticating with an external system, like
Kerberos or an LDAP server, add users to the
|
Roles | Enter any available user-defined roles and built-in roles into this box. The combo box provides a list of existing roles when you click in it. |
Password | Enter the user’s password. Important If you specified |
Authentication Restrictions |
|
Click Add User.¶
Click Review & Deploy to review your changes.¶
Click Confirm & Deploy to deploy your changes.¶
Otherwise, click Cancel and you can make additional changes.
Edit One MongoDB User Details¶
Cloud Manager Uses Default Hashing Iterations for User Credentials
When you edit a MongoDB user via Cloud Manager, it uses the default
number of iterations for
SCRAM-SHA-1
(10,000) and SCRAM-SHA-256
(15,000) to hash user credentials. If you want to use different
values, update the user in MongoDB directly.
Navigate to the MongoDB Users tab for your deployment.¶
- If it is not already displayed, select the organization that contains your desired project from the Organizations menu in the navigation bar.
- If it is not already displayed, select your desired project from the Projects menu in the navigation bar.
- If it is not already displayed, click Deployment in the sidebar.
- Click the Security tab.
- Click MongoDB Users.
Click Edit next to the user you want to modify.¶
Edit the user’s information.¶
Field | Description |
---|---|
Identifier | These values cannot be edited. |
Roles | Enter any available user-defined roles and built-in roles into this box. The combo box provides a list of existing roles when you click in it. To remove a role, click the |
Password | Enter the user’s password. Important If you specified |
Authentication Restrictions | To add an authentication restriction:
To remove an authentication restriction:
|
Click Save Changes.¶
Click Review & Deploy to review your changes.¶
Click Confirm & Deploy to deploy your changes.¶
Otherwise, click Cancel and you can make additional changes.
Manage or Unmanage MongoDB Users¶
Navigate to the MongoDB Users tab for your deployment.¶
- If it is not already displayed, select the organization that contains your desired project from the Organizations menu in the navigation bar.
- If it is not already displayed, select your desired project from the Projects menu in the navigation bar.
- If it is not already displayed, click Deployment in the sidebar.
- Click the Security tab.
- Click MongoDB Users.
Click Refresh to discover any unmanaged users in your deployments.¶
This shows all MongoDB users present in all managed deployments for the Cloud Manager project and any potential conflicts.
Select users to manage or unmanage.¶
Set the Sync switch to Yes
for each MongoDB user you
want Cloud Manager to manage. To manage all MongoDB users for the Cloud Manager project, click the
Sync All link.
Set the Sync switch to No
to unmanage the MongoDB
user.
Current Sync State | New Sync State | What Changes |
---|---|---|
NO |
YES |
Cloud Manager now manages the user. Note If there are any potential conflicts with other discovered users, you will be presented with the option to resolve conflicts. |
YES |
NO |
Cloud Manager no longer manages the user. Warning If Ensure Consistent Set is Note If Ensure Consistent Set is |
Click Review & Deploy to review your changes.¶
Click Confirm & Deploy to deploy your changes.¶
Otherwise, click Cancel and you can make additional changes.
Click Refresh to verify the desired users have been removed from your deployments.¶
Remove a MongoDB User¶
The following procedure deletes the MongoDB user from all the project’s managed MongoDB deployments. See also Manage or Unmanage MongoDB Users.
Navigate to the MongoDB Users tab for your deployment.¶
- If it is not already displayed, select the organization that contains your desired project from the Organizations menu in the navigation bar.
- If it is not already displayed, select your desired project from the Projects menu in the navigation bar.
- If it is not already displayed, click Deployment in the sidebar.
- Click the Security tab.
- Click MongoDB Users.
Set the Ensure Consistent Set toggle to YES
.¶
Set the Sync setting for the users to be deleted to OFF
.¶
Click Delete next to the user to delete.¶
Click Review & Deploy to review your changes.¶
Click Confirm & Deploy to deploy your changes.¶
Otherwise, click Cancel and you can make additional changes.