logoalt Hacker News

tflintontoday at 1:13 AM1 replyview on HN

Yeah, secrets should be fetched by application code from a secret store (aws secrets manager, vault, etc) using an identity. Put in a pull request.


Replies

nuneztoday at 4:42 AM

This is the beauty of sOps. Store the secrets in the code, but store the keys in AWS SM and have sOps do the work. Works great with Instance Profiles or IRSA.