...

Text file src/go.mongodb.org/mongo-driver/testdata/unified-test-format/valid-fail/clientEncryptionOpts-missing-kms-credentials.yml

Documentation: go.mongodb.org/mongo-driver/testdata/unified-test-format/valid-fail

     1description: clientEncryptionOpts-missing-kms-credentials
     2
     3schemaVersion: "1.8"
     4
     5createEntities:
     6  - client:
     7      id: &client0 client0
     8  - encryptedClient:
     9      id: &encryptedClient0 encryptedClient0
    10      clientEncryptionOpts:
    11        keyVaultClient: *client0
    12        keyVaultNamespace: keyvault.datakeys
    13        kmsProviders:
    14          aws: { accessKeyId: "accessKeyId" }
    15          azure: { tenantId: "tenantId" }
    16          gcp: { email: "email" }
    17
    18tests:
    19  - description: ""
    20    operations: []

View as plain text