I've got an error when I ask for a collection for my bitwarden provider #83
mikaelmorvan
started this conversation in
General
Replies: 2 comments 1 reply
|
Some more information, I've successfully tested adding and retrieving secrets for a specific organization_id and it works. As soon as I had a collection, it fails. Hope it will help |
1 reply
|
Same error here. fnox/src/providers/bitwarden.rs Line 93 in 0460968 The option to filter out by collection for For reference, here is the bw 2026.2.0 cli usage output: In the meantime, you can retrieve the items list for a specific collection, extract the item id and put it inside the secret value: bw list items --collectionid xxxxx | jq[
{
"passwordHistory": [],
"revisionDate": "2026-03-23T14:06:48.917Z",
"creationDate": "2026-03-23T14:06:48.911Z",
"object": "item",
"id": "00000000-1111-2222-3333-000000000000",
#...[secrets]
GET_USER= { provider = "bitwarden", value = "00000000-1111-2222-3333-000000000000/username" }
GET_PASSWORD= { provider = "bitwarden", value = "00000000-1111-2222-3333-000000000000/password" } |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi,
My fnox.toml file looks like that
and when I launch the fnox command via mise, I've got an error
If I remove the organization_id from my Toml file, I don't have the error ( and the BW connection works)
My BW cli version bitwarden-cli 2025.10.0
Fnox is
mise exec -- fnox --version fnox 1.3.0Any idea ?
Thanks for you help
Mikaël Morvan
All reactions