File tree Expand file tree Collapse file tree 6 files changed +7
-318
lines changed Expand file tree Collapse file tree 6 files changed +7
-318
lines changed Original file line number Diff line number Diff line change @@ -7,4 +7,4 @@ raw: ${prefix}/master -> ${base}/upcoming/
7
7
8
8
[*-master]: ${prefix}/${version}/fundamentals/versioned-api/ -> ${base}/${version}/fundamentals/stable-api/
9
9
[*-v4.6]: ${prefix}/${version}/fundamentals/crud/read-operations/change-streams/ -> ${base}/${version}/fundamentals/crud/read-operations/retrieve/
10
-
10
+ [*-master]: ${prefix}/${version}/fundamentals/csfle/ -> ${base}/${version}/fundamentals/encrypt-fields/
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Fundamentals
22
22
/fundamentals/logging
23
23
/fundamentals/monitoring
24
24
/fundamentals/gridfs
25
- /fundamentals/csfle
25
+ /fundamentals/encrypt-fields
26
26
/fundamentals/time-series
27
27
28
28
.. include:: /includes/fundamentals-sections.rst
Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ connection behavior:
84
84
:ref:`TLS/SSL settings <mcs-ssl-settings>`.
85
85
86
86
* - ``autoEncryptionSettings()``
87
- - | Sets the :ref:`auto-encryption settings <auto-encryption-decryption-java >`.
87
+ - | Sets the :ref:`auto-encryption settings <csfle-fundamentals-automatic-encryption >`.
88
88
|
89
89
| If you omit ``keyVaultClient`` or set
90
90
| ``bypassAutomaticEncryption`` to false in your
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ .. _java-fle:
2
+
3
+ .. sharedinclude:: dbx/encrypt-fields.rst
Original file line number Diff line number Diff line change @@ -13,5 +13,5 @@ Fundamentals section:
13
13
- :doc: `Log Events in the Driver </fundamentals/logging >`
14
14
- :doc: `Monitor Driver Events </fundamentals/monitoring >`
15
15
- :doc: `Store and Retrieve Large Files in MongoDB </fundamentals/gridfs >`
16
- - :doc: `Encrypt Fields in a Document </fundamentals/csfle >`
16
+ - :doc: `Encrypt Fields in a Document </fundamentals/encrypt-fields >`
17
17
- :doc: `Use a Time Series Collection </fundamentals/time-series >`
You can’t perform that action at this time.
0 commit comments