Do you have a recommended strategy for secrets management? #62
-
A customer asked:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
We've designed our Ref Arch to be a showcase of best practices for security and secrets management. Our tooling uses AWS Secrets Manager to store sensitive information. Our modules, AWS Sample apps, and tooling all leverage Secrets Manager to securely store and retrieve this data. Our AWS Sample App demonstrates how to fetch sensitive info (the DB password, in this case) upon startup and to store that information in memory only, without persisting it to disk. Once you've received your Reference Architecture, you can certainly feel free to adopt these patterns in your own code. |
Beta Was this translation helpful? Give feedback.
We've designed our Ref Arch to be a showcase of best practices for security and secrets management.
Our tooling uses AWS Secrets Manager to store sensitive information. Our modules, AWS Sample apps, and tooling all leverage Secrets Manager to securely store and retrieve this data.
Our AWS Sample App demonstrates how to fetch sensitive info (the DB password, in this case) upon startup and to store that information in memory only, without persisting it to disk.
Once you've received your Reference Architecture, you can certainly feel free to adopt these patterns in your own code.