Remix.run Logo
Zizizizz 7 hours ago

https://github.com/getsops/sops

This software has done this for years

berkes 32 minutes ago | parent | next [-]

Has done "wat" for years?

I use sops for encrypting yaml files. But how does it replace .env or other ENV var setters/holders?

chrismatic a minute ago | parent [-]

Sops can natively handle .env files. All you need to apply them to your process is a small wrapper script that sources the decrypted file before invoking your command.

chrismatic an hour ago | parent | prev | next [-]

We just recently adopted this and it's crazy to me how I spent years just copying around gitignored .env files and sharing 1password links. Highly underrated tool.

_pdp_ 3 hours ago | parent | prev [-]

Came to say this.