You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Encryption] Fix format of encryptedFieldsMaps in the autoEncryption configuration (#905)
* Fix format of encryptedFieldsMaps in the configuration
* EncryptedFieldsMaps loaded from a JSON string from XML configuration
* Enable client configuration for tests - partial
Copy file name to clipboardExpand all lines: docs/encryption.rst
+22-12Lines changed: 22 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -92,7 +92,12 @@ This setting is **recommended** for improved security and performance.
92
92
specified collection, the client downloads the server-side remote schema for
93
93
the collection and uses it instead.
94
94
95
-
For more details, see the official MongoDB documentation: `Encrypted Fields and Enabled Queries <https://www.mongodb.com/docs/manual/core/queryable-encryption/fundamentals/encrypt-and-query/>`_.
95
+
For more details, see the official MongoDB documentation:
96
+
`Encrypted Fields and Enabled Queries <https://www.mongodb.com/docs/manual/core/queryable-encryption/fundamentals/encrypt-and-query/>`_.
97
+
98
+
Note that there is no ``fields`` key in the configuration of each collection
99
+
for the bundle configuration. Instead, you directly specify the list of
100
+
encrypted fields as an array under the collection namespace.
96
101
97
102
.. tabs::
98
103
@@ -106,9 +111,9 @@ For more details, see the official MongoDB documentation: `Encrypted Fields and
0 commit comments