-
Notifications
You must be signed in to change notification settings - Fork 16
chore(python): examples for keyrings #1914
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
base: python-poc
Are you sure you want to change the base?
Conversation
2c651c2
to
c7a025e
Compare
Examples/runtimes/python/DynamoDBEncryption/src/keyring/kms_rsa_keyring_example.py
Outdated
Show resolved
Hide resolved
Examples/runtimes/python/DynamoDBEncryption/src/keyring/raw_rsa_keyring_example.py
Outdated
Show resolved
Hide resolved
Examples/runtimes/python/DynamoDBEncryption/src/keyring/raw_rsa_keyring_example.py
Outdated
Show resolved
Hide resolved
Examples/runtimes/python/DynamoDBEncryption/src/keyring/raw_rsa_keyring_example.py
Outdated
Show resolved
Hide resolved
Examples/runtimes/python/DynamoDBEncryption/src/scan_error_example.py
Outdated
Show resolved
Hide resolved
key_id = keystore_create_key(TEST_KEYSTORE_NAME, TEST_LOGICAL_KEYSTORE_NAME, TEST_KEYSTORE_KMS_KEY_ID) | ||
|
||
assert key_id is not None | ||
# TODO: Cleanup Branch Key Items |
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.
I see other languages don't do this, nice catch.
I don't think we need to do this, but if you have time, feel free to do it.
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.
I'll keep this TODO for this PR, I'll try to resolve in my next PR by adding a cleanup method.
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.
I've updated the PR to add cleanup utility for branch keys
6aa9c8c
to
00bab8f
Compare
00bab8f
to
93860fe
Compare
Issue #, if available:
Description of changes:
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.