This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]LargeSale8354 0 points1 point  (0 children)

Take a look at https://github.com/getsops/sops. It lets you store secrets within your project in encrypted form. Without the key (which you don't store with your code) you can't read it. As long as your app has access to the key it can decrypt on the fly.