Skip to content
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

GODRIVER-2406 add FLE 2 doc examples #7

Closed
wants to merge 12 commits into from

Conversation

kevinAlbs
Copy link
Owner

@kevinAlbs kevinAlbs commented May 24, 2022

Test the following:

  • Create an encryptedFieldsMap with an indexed and unindexed field.
  • Create an FLE 2 collection.
  • Auto encrypt an insert and find.

qingyang-hu and others added 3 commits May 23, 2022 09:17
* GODRIVER-2331 Add spec tests and update collStats -> counts

* GODRIVER-2331 Add executeCreateView branch

* GODRIVER-2331 remove empty lines from .yml file

* GODRIVER-2331 fix 'separate' typo

* GODRIVER-2331 pipeline is not required to make a view

* GODRIVER-2331 resolve PR conversations
- Add ClusteredIndex option to CreateCollectionOptions
- Create FLE 2 state collections with ClusteredIndex option.
- Drop FLE 2 data collection after state collections.
Copy link

@terakilobyte terakilobyte left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Small tweaks I would make left as suggestions, let me know if you're looking for other feedback.

kevinAlbs and others added 8 commits May 25, 2022 07:32
* add BypassQueryAnalysis option

* pass EncryptedFieldsMap to libmongocrypt

* error on extra fields in command expectations

* do not spawn mongocryptd if bypassQueryAnalysis is true

* refactor: move GetEncryptedStateCollectionName into internal package

* test with libmongocrypt 1.5.0-alpha1
Co-authored-by: Benjamin Rewis <32186188+benjirewis@users.noreply.github.com>

Co-authored-by: Benjamin Rewis <32186188+benjirewis@users.noreply.github.com>
* add QueryType, ContentionFactor, and new algorithm values

* add Explicit Encryption prose test

* document requirement of libmongocrypt 1.5.0
@kevinAlbs kevinAlbs marked this pull request as ready for review May 27, 2022 18:31
Tests the following:
 - Create an encryptedFieldsMap with an indexed and unindexed field.
 - Create an FLE 2 collection.
 - Auto encrypt an insert and find.
@kevinAlbs
Copy link
Owner Author

Closing for mongodb#969

@kevinAlbs kevinAlbs closed this May 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
5 participants