- Notifications
You must be signed in to change notification settings - Fork 1.1k
PYTHON-3053 Key Management API #958
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
Changes from 72 commits
Commits
Show all changes
81 commits Select commit Hold shift + click to select a range
dbc4670 PYTHON-3053 Key Management API
blink1073 f086908 wip implementation
blink1073 60d6dd0 wip implementation
blink1073 6686479 wip implementation
blink1073 3218ecd Merge branch 'master' of github.com:mongodb/mongo-python-driver into …
blink1073 5a0e737 wip
blink1073 40887d7 implement rewrap_many_data_key
blink1073 025998c wip
blink1073 bbd5b71 wip
blink1073 56c9b59 wip implementation
blink1073 c9571a1 wip
blink1073 64bf896 wip
blink1073 cd7a004 clean up placeholder map
blink1073 5e030d8 clean up placeholder map
blink1073 97e3618 lint
blink1073 a3afa23 update docstring
blink1073 6a147cb use my libmongocrypt
blink1073 81f6c3a debug
blink1073 fa87648 try again
blink1073 32efb29 add support for rewrap_many_data_key
blink1073 e5f7c5a handle RewrapManyDataKeyOpts
blink1073 f3c97ec fix handling of existing opts object
blink1073 4ebc8f1 fix rewrapmanydatakey
blink1073 58ed247 fix method name
blink1073 02d7588 remove unnecessary method
blink1073 68a346c handle key material and UUIDs
blink1073 a6f3277 remove extra file and fix handling of empty result
blink1073 e8dfc55 add handling of int keys
blink1073 e441861 cleanup
blink1073 60a8de9 more cleanup
blink1073 9bd804e fix variable name
blink1073 5aa606d fix variable usage
blink1073 c463441 encode local key
blink1073 7339896 try again
blink1073 5f5f379 unpack the bulk api result
blink1073 7f6d541 set TLS paths earlier
blink1073 4d6606b use parse_bulk_write_result
blink1073 001041d fix rewrapmanydatakey bulk write
blink1073 4c7a62c fix rawbson lookup
blink1073 470b7f9 handle a none result
blink1073 57fb108 add kmip tls options
blink1073 f8a069c fix handling of tls
blink1073 405dcd3 Merge branch 'master' of github.com:mongodb/mongo-python-driver into …
blink1073 60e627b fix variable name
blink1073 e251252 fix missing import
blink1073 f325c58 fix import and refactor
blink1073 907f000 fix missing import
blink1073 27a59a6 fix variable and bulkwriteresult usage
blink1073 1e10cea make the empy result acknowledged
blink1073 8bb5252 add missing field
blink1073 4a92f5c update docstrings and remove unneeded logic
blink1073 267faa0 Handle PYTHON-3314 and PYTHON-3307
blink1073 cba0f41 fix handling of empty bulk_write_result
blink1073 6ca8efd Add Unique Index on keyAltNames Prose test
blink1073 9b060b4 fix lint
blink1073 429f39d PYTHON-3313 Cache AWS Credentials Where Possible
blink1073 426c828 Revert "PYTHON-3313 Cache AWS Credentials Where Possible"
blink1073 5fc7029 address review
blink1073 c0e79b1 address review
blink1073 f568c2a address review
blink1073 1f41d16 update spec files
blink1073 5f5eb0c add untracked files
blink1073 e24a070 add placeholders from DRIVERS-2373
blink1073 9f216db clean up tests
blink1073 fc47a85 handle deleteKey tests
blink1073 7c38623 use default raw_bson codec options
blink1073 52034ac debug
blink1073 044b3f7 more debug
blink1073 cc1885e fix the wrapper
blink1073 3699eb7 Merge branch 'master' of github.com:mongodb/mongo-python-driver into …
blink1073 3411c23 sync with unified tests
blink1073 899c933 add new unified tests
blink1073 28d0492 address review
blink1073 61e7d82 Merge branch 'master' of github.com:mongodb/mongo-python-driver into …
blink1073 f8b75d7 remove unused import
blink1073 18403ea Merge branch 'master' of github.com:mongodb/mongo-python-driver into …
blink1073 df9bcb5 use pymongocrypt from checkout
blink1073 08bcfbc clean up handling of uuids
blink1073 5b4a7bf clean up handling of uuids
blink1073 53a2cc8 clean up data_key_id handling
blink1073 49d3534 remove unused import
blink1073 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit. This suggestion is invalid because no changes were made to the code. Suggestions cannot be applied while the pull request is closed. Suggestions cannot be applied while viewing a subset of changes. Only one suggestion per line can be applied in a batch. Add this suggestion to a batch that can be applied as a single commit. Applying suggestions on deleted lines is not supported. You must change the existing code in this line in order to create a valid suggestion. Outdated suggestions cannot be applied. This suggestion has been applied or marked resolved. Suggestions cannot be applied from pending reviews. Suggestions cannot be applied on multi-line comments. Suggestions cannot be applied while the pull request is queued to merge. Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.