...

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

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

     1{
     2  "description": "clientEncryptionOpts-no-kms",
     3  "schemaVersion": "1.8",
     4  "createEntities": [
     5    {
     6      "client": {
     7        "id": "client0"
     8      }
     9    },
    10    {
    11      "encryptedClient": {
    12        "id": "encryptedClient0",
    13        "clientEncryptionOpts": {
    14          "keyVaultClient": "client0",
    15          "keyVaultNamespace": "keyvault.datakeys",
    16          "kmsProviders": {}
    17        }
    18      }
    19    }
    20  ],
    21  "tests": [
    22    {
    23      "description": "",
    24      "operations": []
    25    }
    26  ]
    27}

View as plain text