Skip to content

Commit

Permalink
DRIVERS-2287 Clarify interaction of bypassAutoEncryption and csfle se…
Browse files Browse the repository at this point in the history
…arch paths (#1185)
  • Loading branch information
addaleax committed Apr 20, 2022
1 parent 96203ae commit 6ed5c62
Showing 1 changed file with 5 additions and 2 deletions.
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

0 comments on commit 6ed5c62

Please sign in to comment.