We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 454bfc5 commit f314d9dCopy full SHA for f314d9d
source/client-side-encryption/tests/README.md
@@ -3717,9 +3717,9 @@ class ClientEncryptionOpts {
3717
keyVaultClient: <setupClient>,
3718
keyVaultNamespace: "keyvault.datakeys",
3719
kmsProviders: { "aws": {} },
3720
- credentialProviders: { "aws": <default provider from AWS SDK> }
+ credentialProviders: { "aws": <object/function that returns valid credentials from the environment> }
3721
}
3722
```
3723
3724
Use the client encryption to create a datakey using the "aws" KMS provider. This should successfully load and use the
3725
-AWS credentials that were defined in the environment.
+AWS credentials that were defined in the environment. Assert the datakey was created.
0 commit comments