-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Queryable Encryption Support #4185
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
This is the part that describes the requirements for the JSON schema: https://www.mongodb.com/docs/manual/core/queryable-encryption/tutorials/aws/aws-automatic/#create-your-encrypted-collection |
The missing bit seems to be the @Encrypted(query = EQUALITY) |
My understanding is that more are coming in the future. I can find out if format will remain consistent. |
If you would like us to look at this issue, please provide the requested information. If the information is not provided within the next 7 days this issue will be closed. |
Hey, spoke to the team.
|
Thank you Thank you @ashni-mongodb. When using queryable encryption along with explicit encryption is the |
@christophstrobl, queryType is used when creating the encrypted collection and it's also used when creating the query filter for the find. queryType is not used when creating the payload to insert. @ashni-mongodb |
Queryable Encryption is a new feature in MongoDB 6.0. It allows customers to encrypt sensitive data from the client side, store it as fully randomized encrypted data on the database server side, and run expressive queries on the encrypted data.
More details on Queryable Encryption here: https://www.mongodb.com/docs/manual/core/queryable-encryption/
The text was updated successfully, but these errors were encountered: