@@ -286,7 +286,7 @@ possible to run just the Kerberos-related unit tests without provisioning a
286
286
MongoDB deployment; consult .evergreen/run-tests-kerberos-unit.sh for the
287
287
full list of relevant test files.
288
288
289
- ## Field-Level Encryption
289
+ ## Client-Side Encryption
290
290
291
291
Install libmongocrypt on your machine:
292
292
@@ -305,7 +305,7 @@ Option 2: Build from source
305
305
- To build libmongocrypt from source, follow the instructions in the README on the libmongocrypt GitHub repo: https://github.com/mongodb/libmongocrypt
306
306
307
307
Create AWS KMS keys
308
- Many of the Field-Level Encryption tests require that you have an encryption
308
+ Many of the Client-Side Encryption tests require that you have an encryption
309
309
master key hosted on AWS's Key Management Service. Set up a master key by following
310
310
these steps:
311
311
@@ -320,7 +320,7 @@ in environment variables on your local machine. Create an access key by followin
320
320
"Managing Access Keys (Console)" instructions in this guide:
321
321
https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_access-keys.html#Using_CreateAccessKey
322
322
Once an access key has been created, store the access key id and the access key
323
- secret in environment variables. If you plan to frequently run Field-Level
323
+ secret in environment variables. If you plan to frequently run Client-Side
324
324
Encryption tests, it may be a good idea to put these lines in your .bash_profile
325
325
or .bashrc file. Otherwise, you can run them in the terminal window where you
326
326
plan to run your tests.
@@ -342,7 +342,7 @@ section of this guide: https://docs.aws.amazon.com/kms/latest/developerguide/cre
342
342
and how to view your key's ARN: https://docs.aws.amazon.com/kms/latest/developerguide/viewing-keys-console.html
343
343
344
344
Store these two pieces of information in environment variables. If you plan
345
- to frequently run Field-Level Encryption tests, it may be a good idea to put
345
+ to frequently run Client-Side Encryption tests, it may be a good idea to put
346
346
these lines in your .bash_profile or .bashrc file. Otherwise, you can run
347
347
them in the terminal window where you plan to run your tests.
348
348
0 commit comments