-
Notifications
You must be signed in to change notification settings - Fork 20
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
Errors when syncing, needs secret service access #192
Comments
I'm having the same issue |
That issue from what I can tell is about adding a fallback for when secret storage is not available. If that affects the flatpak, that presumably means secret storage is not working in the flatpak. |
I had this issue for a second when I tried Mint for a while, then went back to Fedora and I could see entries for Bitwarden in GNOME's Passwords and Keys, so it seems like it's being used. Now again in Mint 22, no issue like before at least. |
@lucasmz-dev I am confused about your comment. Do you confirm the issue or not? |
I was, now it's fine /shrug |
This sounds more like an issue with the desktop environment not including a functioning secret service to be honest. For the polkit biometrics work, the secret service is required with no fallback (otherwise the feature is disabled), and it worked fine during my testing on gnome in flatpak, meaning the flatpak config is fine. For tokens for a while, secret storage was required (also when this issue was reported), but this was fixed by bitwarden/clients#8913 which adds a fallback to "insecure" file based storage. So syncing errors should not happen anymore, even without a functioning secret service. |
I do have Secret Service available |
Recently, BitWarden was changed to use secure storage: bitwarden/clients#8651 (comment), and they have instructions there for how to give BitWarden snap access to Secret Service. This Flatpak seems to experience similar issues as what is mentioned there, and probably also needs permissions added to let it access Secret Service.
The text was updated successfully, but these errors were encountered: