Skip to content
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: Adding a storage option to the KeyStore #594

Merged
merged 1 commit into from
Sep 18, 2024

Commits on Sep 17, 2024

  1. feat: Adding a storage option to the KeyStore

    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
    seebees committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    53c9c25 View commit details
    Browse the repository at this point in the history