Skip to content
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

DRIVERS-2287 Clarify interaction of bypassAutoEncryption and csfle search paths #1185

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
7 changes: 5 additions & 2 deletions source/client-side-encryption/client-side-encryption.rst
Original file line number Diff line number Diff line change
Expand Up @@ -915,8 +915,11 @@ Setting Search Paths
--------------------

For the user-facing API the driver MUST append the literal string
:ts:`"$SYSTEM"` to the search paths for the `libmongocrypt_handle`. For purposes
of testing, a driver may use a different set of search paths.
:ts:`"$SYSTEM"` to the search paths for the `libmongocrypt_handle` if
`bypassAutoEncryption` is not set to |true|, and MUST NOT append to the search
path if it is set to |true| or if the libmongocrypt_ instance is used
for explicit encryption only (i.e. on the ClientEncryption class).
For purposes of testing, a driver may use a different set of search paths.


.. rubric:: Explaination
Expand Down