...

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

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

     1description: clientEncryptionOpts-no-kms
     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
    15tests:
    16  - description: ""
    17    operations: []

View as plain text