-
Type: New Feature
-
Resolution: Duplicate
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
MongoDB 4.2 introduced support for field-level (client-side) encryption: https://docs.mongodb.com/manual/core/security-client-side-encryption/
I propose that this should be supported in the field definitions:
field :name, type: String, encrypted: true
field :phones, type: Array, encrypted: true, encryption_key: xxx
If Mongoid supported this, we would use it heavily at my company. Currently we are using the Mongoid Encrypted Fields gemĀ https://github.com/KoanHealth/mongoid-encrypted-fields
- duplicates
-
MONGOID-5248 Add FLE support to Mongoid
- Development Complete