mongo-python-driver/test/unified-test-format/invalid/clientEncryptionOpts-kmsProviders-invalidName.json
Shane Harvey 0615df47b5
PYTHON-4112 Support named KMS providers (#1487)
Requires pymongocrypt >= 1.9.0 and libmongocrypt >= 1.9.0.
2024-01-30 12:00:24 -08:00

30 lines
573 B
JSON

{
"description": "clientEncryptionOpts-kmsProviders-invalidName",
"schemaVersion": "1.18",
"createEntities": [
{
"client": {
"id": "client0"
}
},
{
"clientEncryption": {
"id": "clientEncryption0",
"clientEncryptionOpts": {
"keyVaultClient": "client0",
"keyVaultNamespace": "keyvault.datakeys",
"kmsProviders": {
"aws:name_with_invalid_character*": {}
}
}
}
}
],
"tests": [
{
"description": "",
"operations": []
}
]
}