...

Text file src/go.mongodb.org/mongo-driver/testdata/unified-test-format/valid-pass/kmsProviders-unconfigured_kms.json

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

     1{
     2  "description": "kmsProviders-unconfigured_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            "aws": {},
    23            "azure": {},
    24            "gcp": {},
    25            "kmip": {},
    26            "local": {}
    27          }
    28        }
    29      }
    30    }
    31  ],
    32  "tests": [
    33    {
    34      "description": "",
    35      "skipReason": "DRIVERS-2280: waiting on driver support for on-demand credentials",
    36      "operations": []
    37    }
    38  ]
    39}

View as plain text