Skip to content

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

Merged
merged 10 commits into from
Mar 11, 2025

Conversation

ShaneHarvey
Copy link
Member

@ShaneHarvey ShaneHarvey commented Mar 6, 2025

PYTHON-4580 Add key_expiration_ms option for DEK cache lifetime

Depends on mongodb/libmongocrypt#984

@ShaneHarvey ShaneHarvey marked this pull request as ready for review March 8, 2025 00:01
@ShaneHarvey ShaneHarvey requested a review from sleepyStick March 8, 2025 00:01
@ShaneHarvey
Copy link
Member Author

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"
Copy link
Contributor

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?

Copy link
Member Author

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.

@ShaneHarvey ShaneHarvey requested a review from sleepyStick March 10, 2025 21:19
sleepyStick
sleepyStick previously approved these changes Mar 10, 2025
@ShaneHarvey ShaneHarvey merged commit 7ef18af into mongodb:master Mar 11, 2025
34 of 35 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants