-
Notifications
You must be signed in to change notification settings - Fork 18
Enable Micronaut + MongoDB AutoEncryption (CSFLE) #471
Copy link
Copy link
Open
Labels
type: enhancementNew feature or requestNew feature or request
Description
Issue description
Hi Team,
We are working on a micronaut project and trying to enable client-side field level encryption via mongodb.
As per the Mongo Documentation, added the required settings in a customized Factory class called MongoConfig.java.
But autoEncryption settings are not getting set in the MongoClient.
The main objective is to enable encryption, without writing our own customized encryption logic. As mongo provides CSFLE autoencryption, we are trying to utilize it.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
type: enhancementNew feature or requestNew feature or request