-
Notifications
You must be signed in to change notification settings - Fork 172
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1Password needs to repeatably authenticate #411
Comments
Yes, I just realized that it spawns a new process for every password manager call. I actually don't know why. I will try to reuse one shell process to call it in the next release |
Thank you! It was my first time working with 1pass CLI and figured it must be a me issue |
So I don't have 1password, can you quickly try out whether https://github.com/xpipe-io/xpipe-ptb fixes this issue? |
It appears to, but I was only able to test in the test box. |
I think that sounds good enough |
This is now fixed in the v14 release |
If I use the command
"op read "op://Private/docker/password"
--force" in a powershell CLI on windows 11, 1Passwordt asks to authenticate , returns the password, and then my session remains live until 10 minutes of inactivity as the login prompt suggests.If I use the same command in xpipe it needs to authenticate each time it is run, which seems to be multiple times per device at times. I suspect the process that is used to call 1password is just being closed each time it is run so it has to open a new session over and over.
The text was updated successfully, but these errors were encountered: