...

Text file src/go.mongodb.org/mongo-driver/testdata/unified-test-format/valid-fail/kmsProviders-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  "runOnRequirements": [
     5    {
     6      "csfle": true
     7    }
     8  ],
     9  "createEntities": [
    10    {
    11      "client": {
    12        "id": "client0"
    13      }
    14    },
    15    {
    16      "clientEncryption": {
    17        "id": "clientEncryption0",
    18        "clientEncryptionOpts": {
    19          "keyVaultClient": "client0",
    20          "keyVaultNamespace": "keyvault.datakeys",
    21          "kmsProviders": {}
    22        }
    23      }
    24    }
    25  ],
    26  "tests": [
    27    {
    28      "description": "",
    29      "operations": []
    30    }
    31  ]
    32}

View as plain text