Signing back into the Community for the first time? You'll need to reset your password to access your account. Find out more.
Forum Discussion
jc00ke
3 years agoNew Contributor
Secret reference syntax usable by direnv?
I see on docs/cli/secrets-environment-variables that I can op run -- myapp start but what if I wanted to load secret values via direnv? I don't see anything in the direnv-stdlib and was wondering i...
Former Member
3 years agoActually, I found that adding the passwords to .envrc
like so works: export BAR="$(op read op://vault/item/[section/]field)"
. A bit verbose, but it's a start