Security安全

MongoDB provides various features, such as authentication, access control, encryption, to secure your MongoDB deployments.MongoDB提供了各种特性,例如身份验证、访问控制、加密,以保护MongoDB部署的安全。Some key security features include:一些关键的安全功能包括:

Authentication身份验证Authorization授权TLS/SSL

Authentication身份验证

SCRAM

x.509

Role-Based Access Control基于角色的访问控制

Enable Access Control启用访问控制

Manage Users and Roles管理用户和角色

TLS/SSL (Transport Encryption)

Configure mongod and mongos for TLS/SSL为TLS/SSL配置mongod和mongos

TLS/SSL Configuration for Clients客户端的TLS/SSL配置

Enterprise Only仅限企业版Encryption加密 

Kerberos AuthenticationKerberos身份验证

LDAP Proxy AuthenticationLDAP代理身份验证

Encryption at Rest静态加密

Auditing审计

Client-Side Field Level Encryption客户端字段级加密  

Security Checklist安全检查列表

MongoDB also provides the Security Checklist for a list of recommended actions to protect a MongoDB deployment.MongoDB还为保护MongoDB部署的建议操作列表提供了安全检查表