Details
-
New Feature
-
Status: Closed
-
Major - P3
-
Resolution: Fixed
-
None
-
None
Description
The ClientEncryption class has two methods which require a user configurable CodecOptions:
- ClientEncryption.encrypt which accepts a BSON encodable value.
- ClientEncryption.decrypt which decodes the decrypted BSON value.
We can either:
- add a codec_options argument to each method
- add a codec_options argument to the ClientEncryption class
I propose we add codec_options to the class to be more consistent with MongoClient/Database/Collection class.
Attachments
Issue Links
- depends on
-
PYTHON-1883 Support explicit encryption of fields
-
- Closed
-