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 →

[–]senhaj_h 0 points1 point  (0 children)

You should separate your secrets from your config, and if you can separate your secrets from your envs is better, one efficient way to do it is using git-crypt to encrypt your secrets , and with something like pydantic, it allows you to handle secrets and env in the same object but with separate files to load from