Skip to content
Merged
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
6 changes: 3 additions & 3 deletions source/security/encryption.txt
Original file line number Diff line number Diff line change
Expand Up @@ -236,16 +236,16 @@ The following limitations apply when using CSFLE with {+odm+}:

- {+odm+} does not support encryption of ``embeds_many`` associations.
- If you use the ``:key_name_field`` option, you must encrypt the field by using
a non-deterministic algorithm. To encrypt your field deterministically, you must
specify the ``:key_id`` option instead.
a non-deterministic algorithm. To encrypt your field deterministically, you
must specify the ``:key_id`` option instead.
- The limitations listed on the :manual:`CSFLE Limitations
</core/csfle/reference/limitations/>` page in the MongoDB {+server-manual+}
also apply to {+odm+}.

Working with Data
-----------------

Usually, automatic CSLFE works transparently in your application. After
Usually, automatic CSFLE works transparently in your application. After
your application is configured for CSFLE, you can create documents as usual and {+odm+}
automatically encrypts and decrypts them according to your configuration.

Expand Down
Loading