-
Type: Task
-
Resolution: Unresolved
-
Priority: Minor - P4
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Server Security
As part of the FLEToken refactor, certain features were added to libmongocrypt to meet the server's needs. To prevent having to wait for the next release of the library in order to finish the refactor, a commit-specific import was made.
This should be reverted in the future to point to a specific release (1.13.0 most likely). However, this is blocked until this upcoming release happens. It looks like the next potential release is Feb 1.
Applying the patch attached and running
```
src/third_party/libmongocrypt/import.sh
```
should be all that's necessary for this ticket.
- has to be done after
-
SERVER-96316 Refactor FLEToken types to wrap libmongocrypt
- In Progress