...

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

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

     1{
     2  "description": "kmsProviders-missing_azure_kms_credentials",
     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            "azure": {
    23              "tenantId": "tenantId"
    24            }
    25          }
    26        }
    27      }
    28    }
    29  ],
    30  "tests": [
    31    {
    32      "description": "",
    33      "operations": []
    34    }
    35  ]
    36}

View as plain text