I've got an error when I ask for a collection for my bitwarden provider #83
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 |
Beta Was this translation helpful? Give feedback.
-
|
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" } |
Beta Was this translation helpful? Give feedback.
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
Beta Was this translation helpful? Give feedback.
All reactions