|
|
|
|
|
by falconertc
467 days ago
|
|
Tools like direnv gets .env files out of repo paths and improves things a lot. You can integrate secrets management in code, but with that there's still no getting away with the assumption that some kind of auth mechanism exists in your env |
|
export SECRET_KEY=$(pass work/secret_key)
[0] https://www.passwordstore.org/