-
Notifications
You must be signed in to change notification settings - Fork 11
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
feat(KeyStoreAdmin): #631
feat(KeyStoreAdmin): #631
Conversation
The key store now allows for both a default DynamoDB table, or any custom storage system. The important aspect about the key store is the fact that branch keys can be versioned easily, and are cryptographically safe to use. The actual storage medium is not important. See: https://github.com/awslabs/aws-encryption-sdk-specification/blob/master/changes/2024-6-17_key-store-persistance/background.md#background
@texastony, I noticed you are updating the smithy model files. |
c64f574
to
b139516
Compare
@texastony, I noticed you are updating the smithy model files. |
AwsCryptographicMaterialProviders/dafny/AwsCryptographyKeyStoreAdmin/Model/KeyStoreAdmin.smithy
Show resolved
Hide resolved
@texastony, I noticed you are updating the smithy model files. |
@texastony, I noticed you are updating the smithy model files. |
@texastony, I noticed you are updating the smithy model files. |
@texastony, I noticed you are updating the smithy model files. |
@texastony, I noticed you are updating the smithy model files. |
@texastony, I noticed you are updating the smithy model files. |
@texastony, I noticed you are updating the smithy model files. |
@texastony, I noticed you are updating the smithy model files. |
@texastony, I noticed you are updating the smithy model files. |
@texastony, I noticed you are updating the smithy model files. |
@texastony, I noticed you are updating the smithy model files. |
@texastony, I noticed you are updating the smithy model files. |
Result of: `git cherry-pick 5195f61dcdfbe1deef94d98733c50330b57c36cf --no-commit` followed by manual resolution.
Authored by @seebees
661072e
to
3801746
Compare
@texastony, I noticed you are updating the smithy model files. |
56e5262
to
53c9c25
Compare
Issue #, if available:
Description of changes:
Squash/merge commit message, if applicable:
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.