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-252149r879522_rule
- Version
- MD4X-00-001600
- Severity
- High
- References
- Updated
Remediation Templates
A Manual Procedure
Edit the %MongoDB configuration file% (default location: /etc/mongod.conf) to include the following:
security:
authorization: enabled
This will enable SCRAM-SHA-256 authentication (default).