Level up your business security with free, on-demand training and certification. Explore 1Password Academy today →
Forum Discussion
andybrown
1 year agoNew Contributor
Terminal integration touch id prompt frequency
I use 1Password CLI to add an export to my `.zshrc` file that references an access token in my vault: `export GH_TOKEN=$(op read "op://Private/my-private-vault/access tokens/gh cli access token")` ...
- 1 year ago
I believe the issue is not about frequency - it's that each terminal window is considered its own session. I assume this is by design to stop a rogue program from exfiltrating secrets via the cli, but it's definitely very annoying in many cases.
theo
1 year agoOccasional Contributor
I believe the issue is not about frequency - it's that each terminal window is considered its own session. I assume this is by design to stop a rogue program from exfiltrating secrets via the cli, but it's definitely very annoying in many cases.