Skip to content

MongoDB must map the PKI-authenticated identity to an associated user account.

An XCCDF Rule

Description

The DoD standard for authentication is DoD-approved PKI certificates. Once a PKI certificate has been validated, it must be mapped to a DBMS user account for the authenticated identity to be meaningful to MongoDB and useful for authorization decisions.

ID
SV-221173r879614_rule
Version
MD3X-00-000370
Severity
Medium
References
Updated

Remediation Templates

A Manual Procedure

Add x.509 Certificate subject as an authorized user.

To authenticate with a client certificate, you must first add the value of the subject from the client certificate as a MongoDB user. 

Each unique x.509 client certificate corresponds to a single MongoDB user; i.e. you cannot use a single client certificate to authenticate more than one MongoDB user.