You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Of course :) there's 1Password cli with account token, it serves as a Secret Manager API, like any other (Google Secret Manager, etc)
You just define the secrets you want to allow access to on the token (eg "staging backend secret token") and then you can access them using 1Password cli, so you don't have to copy-paste them everywhere in config files, and if you change them in 1Password, they will be automatically updated next time you deploy
What problem will this feature address?
Would be really cool if we could setup a 1Password integration with a token so that in environment variable we could use something like
and have them automatically converted using
op run
(see https://developer.1password.com/docs/cli/secrets-environment-variables/)
Describe the solution you'd like
Integrating 1Password
Describe alternatives you've considered
Not sure how to do it otherwise?
Additional context
No response
Will you send a PR to implement it?
Maybe, need help
The text was updated successfully, but these errors were encountered: