...
1{
2 "description": "clientEncryptionOpts-missing-kms-credentials",
3 "schemaVersion": "1.8",
4 "createEntities": [
5 {
6 "client": {
7 "id": "client0"
8 }
9 },
10 {
11 "encryptedClient": {
12 "id": "encryptedClient0",
13 "clientEncryptionOpts": {
14 "keyVaultClient": "client0",
15 "keyVaultNamespace": "keyvault.datakeys",
16 "kmsProviders": {
17 "aws": {
18 "accessKeyId": "accessKeyId"
19 },
20 "azure": {
21 "tenantId": "tenantId"
22 },
23 "gcp": {
24 "email": "email"
25 }
26 }
27 }
28 }
29 }
30 ],
31 "tests": [
32 {
33 "description": "",
34 "operations": []
35 }
36 ]
37}
View as plain text