Enable x.509 Authentication for your Ops Manager Project
On this page
Ops Manager enables you to configure the Authentication Mechanisms that all clients, including the Ops Manager Agents, use to connect to your MongoDB deployments. You can enable multiple authentication mechanisms for each of your projects, but you must choose only one mechanism for the Agents.
MongoDB supports x.509 client and member certificate authentication for use with a secure TLS/SSL connection. The x.509 authentication allows users and other members to authenticate to servers with certificates rather than with a username and password.
Prerequisites
Important
A full description of Transport Layer Security, public key infrastructure, X.509 certificates, and Certificate Authorities exceeds the scope of this tutorial. This tutorial assumes prior knowledge of TLS and access to valid X.509 certificates.
Procedures
These procedures describe how to configure and enable x.509 authentication when using Automation. If Ops Manager does not manage your agents, you must manually configure them to use x.509 authentication.
Note
To learn more, see Configure the MongoDB Agent for X.509 Authentication.
Prepare an Existing Deployment for x.509 Certificate Authentication
Important
Using x.509 client certificate authentication requires TLS/SSL. If Ops Manager manages one or more existing deployments, TLS/SSL must be enabled on each process in the MongoDB deployment before enabling x.509 authentication.
Note
If TLS/SSL is already enabled, you may skip this procedure.
Navigate to the Clusters view 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 Clusters view.
Set the TLS/SSL startup options.
Click Add Option to add each of the following options:
OptionRequiredValueRequiredSelectrequireTLS
.RequiredProvide the absolute path to the server certificate.RequiredOptionalSelecttrue
if you want to enable FIPS mode.After adding each option, click Add.
When you have added the required options, click Save.
Configure an Existing Deployment for x.509 Member Certificate Authentication
Note
This procedure is optional. It enables members of a replica set or sharded cluster to also use x.509 certificates to authenticate each other. If it is not configured, replica set and sharded cluster members can still authenticate with each other using keyFile
authentication.
Warning
This Procedure is Irreversible
If you enable x.509 member certificate authentication for any deployment in a project, you can't disable x.509 member certificate authentication for the deployment or disable x.509 client authentication at the project level.
Enabling x.509 member certificate authentication for a deployment in a project doesn't enable or require x.509 member certificate authentication for other deployments in the project. You can optionally enable each other deployment in the project to use x.509 member certificate authentication.
Important
If you configured the MongoDB Agent PEM
and set security.clusterAuthMode
: to x509
,
a warning that
Client connecting with server's own TLS certificate
displays in the mongod
log files,
indicating that the client is connecting with
the server's own TLS certificate.
This is expected behavior, because the MongoDB Agent connects to Ops Manager using the internal authorization configuration. No action is necessary.
Navigate to the Clusters view 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 Clusters view.
When you have configured the TLS/SSL options for each deployed process, you can proceed to enable x.509 authentication for your Ops Manager project.
Enable x.509 Client Certificate Authentication for your Ops Manager Project
Navigate to the Security Settings dialog 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 the Settings tab.
Perform one of the following actions:
If this is your first time configuring TLS, authentication, or authorization settings for this project, click Get Started.
If you have already configured TLS authentication, or authorization settings for this project, click Edit.
Specify the TLS Settings.
Field | Action | ||||
---|---|---|---|---|---|
MongoDB Deployment Transport Layer Security (TLS) | Toggle this slider to ON. | ||||
TLS CA File Path | The TLS Certificate Authority file is a The encrypted private key for the Type the file path to the TLS Certificate Authority file on every host running a MongoDB process:
This enables the Click Validate to test that each host in your deployment has a TLS Certificate Authority at the paths you specified. | ||||
Client Certificate Mode | Select if client applications or MongoDB Agents must present a TLS certificate when connecting to a TLS-enabled MongoDB deployments. Each MongoDB deployment checks for certificates from these client hosts when they try to connect. If you choose to require the client TLS certificates, make sure they are valid. Accepted values are:
|
Choose the authentication mechanism.
In the MongoDB Agent Connections to Deployment section, select X.509 Client Certificate (MONGODB-X509).
Important
If you are not using LDAP authorization, you must add users to the
$external
database in your MongoDB deployment. For an example, see
x.509 Client Certificate Authentication.
Configure the LDAP Authorization Settings. (Optional)
Important
Starting with MongoDB 3.4, you can
authenticate users using LDAP, Kerberos, and X.509 certificates
without requiring local user documents in the $external
database as long as you enable LDAP authorization first. When such a user successfully
authenticates, MongoDB performs a query against the LDAP server to
retrieve all groups which that LDAP user possesses and transforms those
groups into their equivalent MongoDB roles.
Skip this step if you don't want to enable LDAP authorization.
Enter values for the following fields:
SettingValueLDAP AuthorizationToggle to ON to enable LDAP authorization.Authorization Query TemplateSpecify a template for an LDAP query URL to retrieve a list of LDAP groups for an LDAP user.
Configure X.509 Client Certificate (MONGODB-X509) for the Agents.
You can enable more than one authentication mechanism for your MongoDB deployment, but the Ops Manager Agents can only use one authentication mechanism. Select X.509 Client Certificate (MONGODB-X509) to connect to your MongoDB deployment.
Select the X.509 Client Certificate (MONGODB-X509) option from the Agent Auth Mechanism section.
Provide credentials for the MongoDB Agent:
SettingValueMongoDB Agent UsernameEnter the LDAPv3 distinguished name derived from the Agent's PEM Key file.MongoDB Agent Certificate FileProvide the path and filename for the Agent's PEM Key file on the server on the line for the appropriate operating system.MongoDB Agent Certificate PasswordProvide the password to the PEM Key file if it was encrypted.
Create MongoDB Roles for LDAP Groups. (Optional)
After enabling LDAP Authorization, you need to create custom MongoDB roles for each LDAP Group you specified for LDAP Authorization.