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 fc52c4c commit 62294fcCopy full SHA for 62294fc
source/client-side-encryption/client-side-encryption.md
@@ -481,7 +481,8 @@ See
481
The `credentialProviders` property may be specified on [ClientEncryptionOpts](#ClientEncryptionOpts) or
482
[AutoEncryptionOpts](#AutoEncryptionOpts). Current support is for AWS only, but is designed to be able to accommodate
483
additional providers in the future. If a custom credential provider is present, it MUST be used instead of the default
484
-flow for fetching automatic credentials.
+flow for fetching automatic credentials and if the `kmsProviders` are not configured for automatic credential fetching
485
+an error MUST be thrown.
486
487
```typescript
488
interface CredentialProviders {
0 commit comments