Uploaded image for project: 'Drivers'
  1. Drivers
  2. DRIVERS-953

Ambiguous fields for ClientEncryptionOpts

    XMLWordPrintableJSON

Details

    • Not Needed

    Description

      In the User Facing API section of the encryption spec, ClientEncryptionOpts are first described as having three fields, then later used with a fourth field bypass_auto_encryption:

      class ClientEncryptionOpts {
         keyVaultClient: MongoClient;
         keyVaultNamespace: String;
         kmsProviders: Map<String, Map<String, Value>>;
      } 
      ...
       
      opts = ClientEncryptionOpts (
         key_vault_client=client,
         key_vault_namespace="admin.keyvault",
         kms_providers=kms,
         bypass_auto_encryption=True)

      Attachments

        Activity

          People

            Unassigned Unassigned
            samantha.ritter@mongodb.com Samantha Ritter (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated: