1# No configured KMS providers should lead to clientEncryption initialization failure. 2description: clientEncryptionOpts-no_kms 3 4schemaVersion: "1.8" 5 6runOnRequirements: 7 - csfle: true 8 9createEntities: 10 - client: 11 id: &client0 client0 12 - clientEncryption: 13 id: &clientEncryption0 clientEncryption0 14 clientEncryptionOpts: 15 keyVaultClient: *client0 16 keyVaultNamespace: keyvault.datakeys 17 kmsProviders: {} 18 19tests: 20 - description: "" 21 operations: []