On this page
Security
MongoDB 提供了各种功能,例如身份验证,访问控制,加密,以保护您的 MongoDB 部署安全。一些关键的安全功能包括:
Authentication | Authorization | TLS/SSL | Enterprise Only |
---|---|---|---|
Authentication | |||
SCRAM x.509 |
基于角色的访问控制 Enable Auth Management 用户和角色 |
TLS/SSL(传输加密) 为 TLS/SSL 配置 mongod 和 mongos Client 端的 TLS/SSL 配置 |
Kerberos Authentication LDAP 代理验证 静态加密 Auditing |
Security Checklist
MongoDB 还为保护 MongoDB 部署的建议操作列表提供Security Checklist。
在 Linux 上使用 Kerberos 身份验证配置 MongoDB
- [Configure MongoDB with Kerberos Authentication on Windows](tutorial-control-access-to-mongodb-windows-with-kerberos-authentication.html) - [Troubleshoot Kerberos Authentication](tutorial-troubleshoot-kerberos.html) - [Configure MongoDB with Kerberos Authentication and Active Directory Authorization](tutorial-kerberos-auth-activedirectory-authz.html)
通过 ActiveDirectory 使用 SASL 和 LDAP 进行身份验证
- [Authenticate Using SASL and LDAP with OpenLDAP](tutorial-configure-ldap-sasl-openldap.html) - [Authenticate and Authorize Users Using Active Directory via Native LDAP](tutorial-authenticate-nativeldap-activedirectory.html)