Hacker News new | ask | show | jobs
by boundlessdreamz 723 days ago
This is similar to how Rails handles secrets - https://edgeguides.rubyonrails.org/security.html#environment...

In Rails, the entire file is encrypted unlike here where only the secrets are

3 comments

Dotenvx used to encrypt by file. It’s a very recent design decision to encrypt by secret.
I really like how its implemented in Rails
How do reviewers of a PR know when/which environment variables changed?