...
1# Missing required KMS credentials should lead to clientEncryption initialization failure.
2description: kmsProviders-missing_gcp_kms_credentials
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 gcp: { email: "email" }
19
20tests:
21 - description: ""
22 operations: []
View as plain text