You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 12, 2025. It is now read-only.
Lorens Kockum edited this page Nov 23, 2017
·
2 revisions
Integration with your Application
Strongbox is serverless, meaning that there is no running service or API: everything is done on the client side, including direct communication with DynamoDB and KMS. Strongbox is integrated with your application either as a standard JVM library, or via the CLI. Encryption and decryption of Secrets are done client-side.
SDK Architecture
The SecretsGroupManager manages SecretsGroups. Each SecretsGroup has AWS resources associated with it: a DynamoDB table, a KMS key, and two IAM policies (read-only and admin).