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-265905r1028704_rule
- Version
- MD7X-00-000200
- 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).