- Security >
- Enable Authentication for an Ops Manager Project >
- Enable Kerberos Authentication for your Ops Manager Project
Enable Kerberos Authentication for your Ops Manager Project¶
On this page
Overview¶
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 Enterprise supports authentication using a Kerberos service. Kerberos is an industry standard authentication protocol for large client/server systems.
Important
Setting up and configuring a Kerberos deployment is beyond the scope of this document. This tutorial assumes you have configured a Kerberos principal for each Agent and you have a valid keytab file for each Agent.
To authenticate MongoDB with Kerberos, you must:
- Have a properly configured Kerberos deployment,
- Configure Kerberos service principals for MongoDB, and
- Add the Kerberos user principals for the Agents.
The Kerberos Authentication section of the MongoDB Manual provides more detail about using MongoDB with Kerberos.
Considerations¶
Kerberos (GSSAPI)
is only available on MongoDB Enterprise builds. If
you have existing deployments running on a MongoDB Community
build, you must upgrade them to MongoDB Enterprise before you can enable
Kerberos (GSSAPI)
for your Ops Manager project.
This tutorial describes how to enable Kerberos for one of your Ops Manager projects and how to configure your Ops Manager Agents to connect to your Kerberos-enabled deployment.
Note
If you want to reset Authentication and SSL settings for your project, first unmanage any MongoDB deployments that Ops Manager manages in your project.
Procedures¶
These procedures describe how to configure and enable Kerberos authentication when using Automation. If Ops Manager does not manage your Monitoring or Backups, you must manually configure them to authenticate using Kerberos.
See Configure the MongoDB Agent for Kerberos for instructions.
Configure an Existing Linux Deployment for Kerberos-based Authentication¶
If you use Ops Manager to manage existing deployments on Linux in your project, all MongoDB deployments in the project must be configured for Kerberos authentication before you can enable Kerberos authentication for your project.
On the line listing the process, click Modify.¶
Expand the Advanced Configuration Options section.¶
Set the kerberosKeytab
option.¶
If kerberosKeytab
is not already set:
Click Add Option.
Option Value kerberosKeytab
Provide the absolute path to the keytab file. Click Add.
Click Save.
When you have configured the Kerberos options for each deployment, you can proceed to enable Kerberos for your Ops Manager project.
Enable Kerberos for your Ops Manager Project¶
Select Kerberos.¶
Check Kerberos (GSSAPI).
Input your SASL Service Name.
The SASL Service Name is the Kerberos Service Principal Name for mongod or mongos.
Click Next.
Important
If you are not using LDAP authorization, you must add users to the
$external
database in your MongoDB deployment. For an example, see
Kerberos Authentication.
Configure the LDAP Authorization Settings. (Optional)¶
Important
Using LDAP Authorization, MongoDB 3.4 allows authenticating users via
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.
This feature is available only for MongoDB 3.4 or later.
If you do not use LDAP Authorization, you can click Skip.
If you use LDAP Authorization, complete the following steps.
Enter values for the following fields:
Setting Value Authorization Query Template Specify a template for an LDAP query URL to retrieve the list of LDAP groups for an LDAP user. User to Distinguished Name Mapping Specify an array of JSON documents that provide the ordered transformation(s) MongoDB performs on the authenticated MongoDB usernames. MongoDB then matches the transformed username against the LDAP DNs. Click Use LDAP Authorization.
Provide the following values:
Setting Value Servers Specify the hostname:port
combination of one or more LDAP servers.Transport Security Select TLS
to encrypt your LDAP queries. If you do not need to encrypt the LDAP queries, selectNone
.Timeout (ms) Specify how long an authentication request should wait before timing out. Bind Method Select either
Simple
orSASL
.Important
If you choose the
Simple
bind method, selectTLS
from the Transport Security because theSimple
bind method passes the password in plain text.SASL Mechanisms Specify which SASL authentication service MongoDB uses with the LDAP server. Query User Specify the LDAP Distinguished Name to which MongoDB binds when connecting to the LDAP server. Query Password Specify the password with which MongoDB binds when connecting to an LDAP server. LDAP User Cache Invalidation Interval (s) Specify how long MongoDB waits to flush the LDAP user cache. Defaults to 30 seconds. Validate LDAP Server Config Select
True
to validate the LDAP server configuration orFalse
to skip validation.If
True
and the configuration is invalid, the MongoDB deployment will not start.Click Next.
Configure SSL if desired.¶
- Toggle the Enable SSL slider to Yes.
- Click Next.
Note
See Enable TLS for a Deployment for SSL setup instructions.
SSL is not required for use with Kerberos (GSSAPI) authentication.
Configure Kerberos (GSSAPI) 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 Kerberos (GSSAPI) to connect to your MongoDB deployment.
Select Kerberos (GSSAPI) from the Agent Auth Mechanism drop-down menu.
Enter Agent Credentials for the appropriate operating system:
Tip
Only configure the Agents or functions you installed. For example, if you did not install Backup, do not configure Backup.
If using Linux, configure:
Setting Value <Agent> Kerberos Principal The Kerberos Principal. <Agent> Keytab Path The path for the Agent’s Keytab. <Agent> LDAP Group DN Enter the Distinguished Name for the Agent’s LDAP Group.
The LDAP Group DN is then created as a role in MongoDB to grant the Agent the appropriate privileges.
Note
You only need to provide the Agent’s LDAP Group DN if you use LDAP Authorization.
If using Windows, configure:
Setting Value <Agent> Username The Active Directory user name. <Agent> Password The Active Directory password. Domain The NetBIOS name of a domain in Active Directory Domain Services. Must be in all capital letters. Click Save.
Click Review & Deploy to review your changes.¶
Click Confirm & Deploy to deploy your changes.¶
Otherwise, click Cancel and you can make additional changes.