bson/testdata/unified-test-format/valid-fail/kmsProviders-missing_azure_kms_credentials.yml
2025-03-17 20:58:26 +01:00

23 lines
547 B
YAML

# Missing required KMS credentials should lead to clientEncryption initialization failure.
description: kmsProviders-missing_azure_kms_credentials
schemaVersion: "1.8"
runOnRequirements:
- csfle: true
createEntities:
- client:
id: &client0 client0
- clientEncryption:
id: &clientEncryption0 clientEncryption0
clientEncryptionOpts:
keyVaultClient: *client0
keyVaultNamespace: keyvault.datakeys
kmsProviders:
azure: { tenantId: "tenantId" }
tests:
- description: ""
operations: []