Y
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
vinnymac
723 days ago
Dotenvx used to encrypt by file. It’s a very recent design decision to encrypt by secret.
link
kinduff
723 days ago
I really like how its implemented in Rails
link
kevlened
723 days ago
How do reviewers of a PR know when/which environment variables changed?
link