mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-25 17:25:57 +03:00
[GH-ISSUE #164] As a user of an organization, I can't modify an item even though I have read/write access #79
Labels
No labels
SSO
Third party
better for forum
bug
bug
documentation
duplicate
enhancement
future Vault
future Vault
future Vault
good first issue
help wanted
low priority
notes
pull-request
question
troubleshooting
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/vaultwarden#79
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @janost on GitHub (Aug 30, 2018).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/164
Reproduction steps:
Expected result:
The request succeeds and my changes have been saved, because I have read/write access to the collection where the item is shared.
Actual result:
Red error message pops up saying "You don't have permission to add cipher directly to organization".
Remarks:
The request succeeds if the user has access to all collections in the organization. ("This user can access and modify all items.")
Background:
Failing request is:
PUT https:///api/ciphers/<CIPHER_ID>
@mprasil commented on GitHub (Aug 30, 2018):
Thanks for reporting that, this bug was introduced recently and hopefully should be fixed with
d336d89.@janost commented on GitHub (Aug 30, 2018):
Awesome, thank you!
I'm going to test it and report back.
@mprasil commented on GitHub (Aug 30, 2018):
Just be aware that the PR wasn't merged yet and even after it's merged it takes about an hour to build the docker image, so if you want to test it now, you need to build your own image.
@mprasil commented on GitHub (Aug 30, 2018):
The image is now building, give it about an hour and you can test the fix @janost .
@janost commented on GitHub (Sep 3, 2018):
Seems to work great, thank you.