Ask HN: How do you store secret site credentials?
2 comments
If you're using AWS, you can use Secrets Manager: https://aws.amazon.com/secrets-manager/
We encrypt them with a secret not in the repo itself - part of our deploy decrypts them as-needed.
edit: scripted in python via pynacl...
edit: scripted in python via pynacl...
Is there a good way to have credentials somehow checked in with your code?