Skip to content

Commit 5018fb5

Browse files
authored
(DOCS-16390) You can't specify WT encryption options in createCollection (#5260)
* (DOCS-16390) You can't specify WT encryption options in createCollection * Includes change from tech review
1 parent bece48e commit 5018fb5

File tree

4 files changed

+16
-0
lines changed

4 files changed

+16
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Starting in MongoDB 7.2, you can't specify ``wiredTiger`` storage
2+
engine encryption options when you create a collection with
3+
:method:`db.createCollection()`. To configure encryption for
4+
the WiredTiger storage engine, see :ref:`security-encryption-at-rest`.

source/reference/command/create.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,8 @@ The ``create`` command has the following fields:
228228
validated and logged to the :term:`oplog` during replication to
229229
support replica sets with members that use different storage
230230
engines.
231+
232+
.. include:: /includes/fact-encryption-options-create-collection.rst
231233

232234
.. seealso::
233235

@@ -623,3 +625,5 @@ specific configuration string that MongoDB will pass to the
623625
``wiredTiger`` storage engine. See the :wtdocs-v5.0:`WiredTiger documentation of
624626
collection level options </struct_w_t___s_e_s_s_i_o_n.html>`
625627
for specific ``wiredTiger`` options.
628+
629+
.. include:: /includes/fact-encryption-options-create-collection.rst

source/reference/method/db.createCollection.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,8 @@ The ``options`` document contains the following fields:
259259
to support replica sets with members that use different storage
260260
engines.
261261

262+
.. include:: /includes/fact-encryption-options-create-collection.rst
263+
262264
.. seealso::
263265

264266
:ref:`create-collection-storage-engine-options`
@@ -548,3 +550,5 @@ specific configuration string that MongoDB will pass to the
548550
``wiredTiger`` storage engine. See the :wtdocs-v5.0:`WiredTiger documentation of
549551
collection level options </struct_w_t___s_e_s_s_i_o_n.html>`
550552
for specific ``wiredTiger`` options.
553+
554+
.. include:: /includes/fact-encryption-options-create-collection.rst

source/release-notes/7.2-compatibility.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,7 @@ Renamed Metrics
3636
- ``query.planCacheTotalQueryShapes`` is now :serverstatus:`planCache.totalQueryShapes`
3737
- ``query.planCacheTotalSizeEstimateBytes`` is now :serverstatus:`planCache.totalSizeEstimateBytes`
3838

39+
``wiredTiger`` Storage Engine Encryption Specification
40+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
41+
42+
.. include:: /includes/fact-encryption-options-create-collection.rst

0 commit comments

Comments
 (0)