Skip to content

DOCS-7178 - Added WiredTiger Encryption at Rest to security checklist… #2700

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 13 additions & 8 deletions source/administration/security-checklist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,19 @@ client as well as between all applications and MongoDB.

See :doc:`/tutorial/configure-ssl`.

Encrypt and Protect Data
------------------------

Starting with MongoDB Enterprise 3.2, the WiredTiger storage engine's
native :doc:`/core/security-encryption-at-rest` can be configured to
encrypt data in the storage layer.

If you are not using WiredTiger's encryption at rest, MongoDB data
should be encrypted on each host using file-system, device, or
physical encryption. Protect MongoDB data using file-system permissions.
MongoDB data includes data files, configuration files, auditing logs,
and key files.

Limit Network Exposure
----------------------

Expand All @@ -75,14 +88,6 @@ allow administrators to verify proper controls.

See :doc:`/core/auditing` and :doc:`/tutorial/configure-auditing`.

Encrypt and Protect Data
------------------------

Encrypt MongoDB data on each host using file-system, device, or physical
encryption. Protect MongoDB data using file-system permissions. MongoDB
data includes data files, configuration files, auditing logs, and key
files.

Run MongoDB with a Dedicated User
---------------------------------

Expand Down
2 changes: 1 addition & 1 deletion source/core/security-encryption-at-rest.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
==================
Encryption At Rest
Encryption at Rest
==================

.. default-domain:: mongodb
Expand Down