21 lines
499 B
YAML
21 lines
499 B
YAML
description: clientEncryptionOpts-missing-kms-credentials
|
|
|
|
schemaVersion: "1.8"
|
|
|
|
createEntities:
|
|
- client:
|
|
id: &client0 client0
|
|
- encryptedClient:
|
|
id: &encryptedClient0 encryptedClient0
|
|
clientEncryptionOpts:
|
|
keyVaultClient: *client0
|
|
keyVaultNamespace: keyvault.datakeys
|
|
kmsProviders:
|
|
aws: { accessKeyId: "accessKeyId" }
|
|
azure: { tenantId: "tenantId" }
|
|
gcp: { email: "email" }
|
|
|
|
tests:
|
|
- description: ""
|
|
operations: []
|