bson/testdata/unified-test-format/valid-fail/clientEncryptionOpts-missing-kms-credentials.json
2025-03-17 20:58:26 +01:00

38 lines
738 B
JSON

{
"description": "clientEncryptionOpts-missing-kms-credentials",
"schemaVersion": "1.8",
"createEntities": [
{
"client": {
"id": "client0"
}
},
{
"encryptedClient": {
"id": "encryptedClient0",
"clientEncryptionOpts": {
"keyVaultClient": "client0",
"keyVaultNamespace": "keyvault.datakeys",
"kmsProviders": {
"aws": {
"accessKeyId": "accessKeyId"
},
"azure": {
"tenantId": "tenantId"
},
"gcp": {
"email": "email"
}
}
}
}
}
],
"tests": [
{
"description": "",
"operations": []
}
]
}