Skip to content

DRIVERS-3106 support automatic encryption in unified tests #1756

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

Merged
merged 29 commits into from
Mar 17, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
c6f645d
add qe to unified tests
mdb-ad Jan 23, 2025
aa51fc3
move encryptedFields to initialData
mdb-ad Feb 6, 2025
fe8ed1c
Apply suggestions from code review
mdb-ad Feb 7, 2025
44d883c
poc test feedback
mdb-ad Feb 12, 2025
ad2fd55
make keyVaultNamespace required
mdb-ad Feb 12, 2025
573aac1
remaining auto encrypt options
mdb-ad Feb 12, 2025
112d5bd
simple schema for schemaMap and encryptedFieldsMap
mdb-ad Feb 13, 2025
f910f65
convert localSchema.yml
mdb-ad Feb 14, 2025
364eb4c
convert fle2v2-EncryptedFields-vs-EncryptedFieldsMap
mdb-ad Feb 15, 2025
01505fc
document auto encrypt fields
mdb-ad Feb 15, 2025
22a670c
move bypassQueryAnalysis
mdb-ad Feb 24, 2025
daafa64
convert fle2v2-BypassQueryAnalysis
mdb-ad Feb 26, 2025
b1f57f9
review suggestions
mdb-ad Feb 26, 2025
bb8bd46
mandatory keyVaultNamespace field
mdb-ad Feb 26, 2025
52cc64b
db name anchors
mdb-ad Feb 26, 2025
5e9203a
format
mdb-ad Feb 26, 2025
79d5ea3
one more keyVaultNamespace
mdb-ad Feb 26, 2025
5086df7
convert maxWireVersion
mdb-ad Feb 26, 2025
62bd89f
local key should be string
mdb-ad Feb 26, 2025
d5a864f
AWS placeholders
mdb-ad Feb 26, 2025
3b8ab83
commandName
mdb-ad Feb 26, 2025
f10d196
Apply suggestions from code review
mdb-ad Feb 28, 2025
751b72c
legacy json removals
mdb-ad Feb 28, 2025
aded291
remove unecessary db and coll entities
mdb-ad Mar 9, 2025
b604633
ensure localSchema collection is dropped
mdb-ad Mar 10, 2025
22e34ce
format
mdb-ad Mar 10, 2025
37141b6
format
mdb-ad Mar 10, 2025
cd66b13
remove templates for migrated tests
mdb-ad Mar 12, 2025
9271514
update serverless message
mdb-ad Mar 17, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion source/client-side-encryption/client-side-encryption.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ supports indexed encrypted fields, which are further processed server-side.

Is an umbrella term describing the both CSFLE and Queryable Encryption.

**encryptedFields**
<span id="encryptedFields"></span> **encryptedFields**

A BSON document describing the Queryable Encryption encrypted fields. This is analogous to the JSON Schema in FLE. The
following is an example encryptedFields in extended canonical JSON:
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading
Loading