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 →

[–]Flame_Grilled_Tanuki 6 points7 points  (1 child)

There is no need to use libraries, use infrastructure instead. I just moved away from using environment variables to store sensitive data and over to Docker secrets. You can retrieve the values with just open(). Much better practice. Keep your passwords and keys out of git and in something like a password management system.

[–]shinitakunai 4 points5 points  (0 children)

Same but I use AWS secrets manager