CLI authorization expiry
On https://developer.1password.com/docs/cli/app-integration-security/ it states that "Authorization expires after 10 minutes of inactivity in the terminal session."
Are there any plans to make this configurable?
1Password Version: 8.10.28
Extension Version: Not Provided
OS Version: macOS 14.4.1
Browser: Not Provided
Comments
-
Hello @nferch
There currently isn't any way of changing or managing the 1Password CLI authorization time. With that said, it's something I'd love to see too, so I'll share your feedback on an internal discussion we have about this. While I can't promise anything specifically, we use feedback like yours to help inform the future of 1Password.
Eli
ref: PB-39422014
0 -
Hi @eli.s_1P thanks for the update!
One piece of context you might find useful is that running the CLI in a terminal multiplexer such as
tmux
can be particularly tedious because the session is tied to the TTY. This means that every window or pane that uses the CLI needs to authorize separately.It looks like it might be possible to work around this by wrapping the CLI and associating the invocations from different tmux windows and panes with a single TTY, but there's likely a better possible solution.
0