Forum Discussion
mickael
2 years agoDedicated Contributor
How can I prevent to authenticate constantly to retrieve secrets ?
Hi,
I decided to switch from my tool https://github.com/mickaelperrin/onepassword-local-search to the native implementation of SSH key management and secrets retrieval for my daily use.
This wo...
mickael
2 years agoDedicated Contributor
Hey 1P_Dave
Thanks for taking time to answer.
Yes, I have biometric support enabled.
My use case is simple, I replaced some secrets in env variables in my dotfiles with calls to op cli. For example, the SendGrid Auth API key can be stored in an ENV variable: https://docs.sendgrid.com/ui/account-and-settings/api-keys
But I guess, regardings 1password auth restrictions, I have to change the way to access that info. Hopefully, this is a script I manage personally, so I will embed the call to op directly in it.
But my question was more general, on the adequate way to replace ENV vars that store secrets with refereces to 1password entries.