MongoDB must integrate with an organization-level authentication/access mechanism providing account management and automation for all users, groups, roles, and any other principals.
An XCCDF Rule
Description
MongoDB must integrate with an organization-level authentication/access mechanism providing account management and automation for all users, groups, roles, and any other principals.
- ID
- SV-221158r879522_rule
- Version
- MD3X-00-000010
- Severity
- High
- References
- Updated
Remediation Templates
A Manual Procedure
Edit the MongoDB configuration file (default location: /etc/mongod.con) to include the following:
security:
authorization: "enabled"
This will enable SCRAM-SHA-1 authentication (default).