mvdan / bitw

Minimalist BitWarden client
BSD 3-Clause "New" or "Revised" License
169 stars 15 forks source link

`secret-tool` keeps running into a timeout #37

Open thomaseizinger opened 2 years ago

thomaseizinger commented 2 years ago

Thanks for making this! I am keen to bitwarden as the secret service on my setup to have it all in one place. Unfortunately, I can't get it to work :/

Help is much appreciated :)

mvdan commented 2 years ago

Not requiring the password again is by design - it is kept in memory.

I'm not sure why your dbus secrets service is hanging. We have a test in https://github.com/mvdan/bitw/blob/HEAD/testdata/scripts/dbus.txt, and it still seems to work for me. Perhaps try to troubleshoot dbus to see what's happening - I seem to recall there was a command to inspect the messages going back and forth.