Skip to content

Commit ca36dc8

Browse files
authored
use allow-list in CSFLE (#906)
1 parent b3beada commit ca36dc8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

source/client-side-encryption/client-side-encryption.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ AutoEncryptionOpts:
262262
Automatic encryption is an enterprise only feature that only applies to
263263
operations on a collection. Automatic encryption is not supported for
264264
operations on a database or view, and operations that are not bypassed
265-
will result in error (see `libmongocrypt: Auto Encryption Whitelist`_).
265+
will result in error (see `libmongocrypt: Auto Encryption Allow-List`_).
266266
To bypass automatic encryption for all operations, set
267267
bypassAutoEncryption=true in AutoEncryptionOpts.
268268

@@ -798,7 +798,7 @@ Otherwise, an encrypted MongoClient MUST attempt to auto encrypt all
798798
commands. Note, the underlying implementation may determine no
799799
encryption is necessary, or bypass many checks if the command is deemed
800800
to not possibly contain any encrypted data (e.g. ping). See the appendix
801-
section: `libmongocrypt: Auto Encryption Whitelist`_.
801+
section: `libmongocrypt: Auto Encryption Allow-List`_.
802802
803803
An encrypted MongoClient MUST attempt to auto decrypt the results of all
804804
commands.
@@ -1058,8 +1058,8 @@ For "randomized", libmongocrypt securely creates a random IV. For
10581058
given encryption operation will derive the IV from the IV key and the
10591059
field plaintext data.
10601060
1061-
libmongocrypt: Auto Encryption Whitelist
1062-
----------------------------------------
1061+
libmongocrypt: Auto Encryption Allow-List
1062+
-----------------------------------------
10631063
10641064
libmongocrypt determines whether or not the command requires encryption
10651065
(i.e. is sent to mongocryptd) based on the table below. Commands not

0 commit comments

Comments
 (0)