-
Type: New Feature
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Encryption
-
None
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.
- depends on
-
PYTHON-1883 Support explicit encryption of fields
- Closed