38 lines
738 B
JSON
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": []
|
|
}
|
|
]
|
|
}
|