...
1# kmsProviders should support request for on-demand KMS credentials.
2description: kmsProviders-unconfigured_kms
3
4schemaVersion: "1.8"
5
6runOnRequirements:
7 - csfle: true
8
9createEntities:
10 - client:
11 id: &client0 client0
12 - clientEncryption:
13 id: &clientEncryption0 clientEncryption0
14 clientEncryptionOpts:
15 keyVaultClient: *client0
16 keyVaultNamespace: keyvault.datakeys
17 kmsProviders:
18 aws: {}
19 azure: {}
20 gcp: {}
21 kmip: {}
22 local: {}
23
24tests:
25 - description: ""
26 skipReason: "DRIVERS-2280: waiting on driver support for on-demand credentials"
27 operations: []
View as plain text