-
Notifications
You must be signed in to change notification settings - Fork 1.1k
PYTHON-2371 Add Azure and GCP support for CSFLE #506
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
PYTHON-2371 Add Azure and GCP support for CSFLE #506
Conversation
Ready for another look @ShaneHarvey |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you document the new gcp and azure keys in ClientEncryption and AutoEncryptionOpts?
9de58b6
to
f9bcabb
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you also update the "master_key" docs for ClientEncryption.create_data_key?
@ShaneHarvey updated. |
I also opened https://jira.mongodb.org/browse/PYTHON-2405 to fix the |
Finally figured out why the tests weren't running - I wasn't exporting the environment variable names correctly. |
Can you schedule the latest patch to run python 2.7-3.6 to make sure the new tests work there too? |
347d425
to
30b2fa4
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Depends on mongodb/libmongocrypt#118