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-265920r1028546_rule
Version
MD7X-00-004200
Severity
Medium
References
Updated

Remediation Templates

A Manual Procedure

Add x.509 Certificate subject as an authorized user.

To authenticate with a client certificate, 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; meaning a single client certificate cannot authenticate more than one MongoDB user.