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配置mongodmongos

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部署的建议操作。

←  Indexing ReferenceSecurity Checklist →