-
Notifications
You must be signed in to change notification settings - Fork 1.1k
PYTHON-4580 Add key_expiration_ms option for DEK cache lifetime #2186
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
Conversation
This is ready for review but mongodb/libmongocrypt#984 still needs to be merged first. |
pyproject.toml
Outdated
@@ -59,7 +59,7 @@ mockupdb = [ | |||
"mockupdb@git+https://github.com/mongodb-labs/mongo-mockup-db@master" | |||
] | |||
pymongocrypt_source = [ | |||
"pymongocrypt@git+https://github.com/mongodb/libmongocrypt@master#subdirectory=bindings/python" | |||
"pymongocrypt@git+https://github.com/ShaneHarvey/libmongocrypt@PYTHON-5191#subdirectory=bindings/python" |
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.
was this an intentional change?
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.
Yes, I needed this to test the new changes. Now that mongodb/libmongocrypt#984 is merged I was able to revert this.
This reverts commit db5cee8.
PYTHON-4580 Add key_expiration_ms option for DEK cache lifetime
Depends on mongodb/libmongocrypt#984