Support text indexes for explicit encryption

XMLWordPrintableJSON

    • Type: New Feature
    • Resolution: Unresolved
    • Priority: Unknown
    • None
    • Component/s: Client Side Encryption
    • None
    • Needed
    • Hide

      Summary of necessary driver changes

      • Update libmongocrypt to 1.15.1
      • Expose textPreview options. Pass them to libmongcrypt with mongocrypt_ctx_setopt_algorithm_text.
      • Implement prose tests

      Commits for syncing spec/prose tests

      Show
      Summary of necessary driver changes Update libmongocrypt to 1.15.1 Expose textPreview options. Pass them to libmongcrypt with mongocrypt_ctx_setopt_algorithm_text . Implement prose tests Commits for syncing spec/prose tests Spec commit C driver POC
    • $i18n.getText("admin.common.words.hide")
      Key Status/Resolution FixVersion
      CDRIVER-6044 Needs Triage
      CXX-3303 Needs Triage
      CSHARP-5625 Needs Triage
      GODRIVER-3597 Needs Triage
      JAVA-5903 Ready for Work
      NODE-7008 In Progress
      PYTHON-5420 Needs Triage
      PHPLIB-1686 Needs Triage
      RUBY-3678 Needs Triage
      RUST-2237 Needs Triage
      $i18n.getText("admin.common.words.show")
      #scriptField, #scriptField *{ border: 1px solid black; } #scriptField{ border-collapse: collapse; } #scriptField td { text-align: center; /* Center-align text in table cells */ } #scriptField td.key { text-align: left; /* Left-align text in the Key column */ } #scriptField a { text-decoration: none; /* Remove underlines from links */ border: none; /* Remove border from links */ } /* Add green background color to cells with FixVersion */ #scriptField td.hasFixVersion { background-color: #00FF00; /* Green color code */ } #scriptField td.willNotDo { background-color: #FF0000; /* Red color code */ } /* Center-align the first row headers */ #scriptField th { text-align: center; } Key Status/Resolution FixVersion CDRIVER-6044 Needs Triage CXX-3303 Needs Triage CSHARP-5625 Needs Triage GODRIVER-3597 Needs Triage JAVA-5903 Ready for Work NODE-7008 In Progress PYTHON-5420 Needs Triage PHPLIB-1686 Needs Triage RUBY-3678 Needs Triage RUST-2237 Needs Triage

      Summary

      Support explicit encryption of text indexes.

      Motivation

      How does this affect the end user?

      Without explicit encryption, only enterprise + Atlas users can try text indexes.

      Is this issue urgent?

      This is part of the DRIVERS-2496 epic.

      Acceptance Criteria

      • Add options to support explicit encryption for text indexes (similar to RangeOpts)
      • Test explicit encryption and decryption.

              Assignee:
              Adrian Dole
              Reporter:
              Kevin Albertson
              Kevin Albertson Kevin Albertson
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated: