Uploaded image for project: 'Java Driver'
  1. Java Driver
  2. JAVA-4374

Support TLS options for KMS provider connections

    • Type: Icon: New Feature New Feature
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • 4.4.0
    • Affects Version/s: None
    • Component/s: Client Side Encryption
    • Labels:
      None
    • Fully Compatible
    • Needed

      This requires exposing

      /**
       * Get the KMS provider identifier associated with this KMS request.
       *
       * This is used to conditionally configure TLS connections based on the KMS
       * request. It is useful for KMIP, which authenticates with a client
       * certificate.
       *
       * @param[in] kms The @ref mongocrypt_kms_ctx_t object.
       * @param[out] len Receives the length of the returned string.
       *
       * @returns One of the static strings: "aws", "azure", "gcp", or "kmip".
       */
      MONGOCRYPT_EXPORT
      const char *
      mongocrypt_kms_ctx_get_kms_provider (mongocrypt_kms_ctx_t *kms, uint32_t *len);
      

      through the mongodb-crypt wrapper so that the TLS options can be applied

            Assignee:
            jeff.yemin@mongodb.com Jeffrey Yemin
            Reporter:
            jeff.yemin@mongodb.com Jeffrey Yemin
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: