-
Type: Improvement
-
Resolution: Fixed
-
Priority: Unknown
-
Affects Version/s: None
-
Component/s: None
-
None
The CSE specification in https://github.com/mongodb/specifications/blob/master/source/client-side-encryption/client-side-encryption.rst#mongoclient-changes requires that MongoClient accepts schema map as an inline map.
Given the expected size of schema maps, which the CSE specification already mentions, it is likely that schema maps will be stored in their own files. Therefore it will be convenient for users to be able to specify path to the schema map rather than load the schema map and pass it inline to MongoClient.
- related to
-
MONGOID-5319 Permit driver FLE configuration to be specified in Mongoid config file
- Closed
- split from
-
DRIVERS-929 Schema map should be specifiable as file path
- Closed