mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-02-05 00:29:40 +03:00
Permission issue with groups on collections #2094
Reference in New Issue
Block a user
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 @ptgob on GitHub (Nov 19, 2024).
Vaultwarden Support String
Your environment (Generated via diagnostics page)
Config (Generated via diagnostics page)
Show Running Config
Environment settings which are overridden: DOMAIN, SIGNUPS_ALLOWED, ORG_CREATION_USERS, ADMIN_TOKEN
Vaultwarden Build Version
v1.32.5
Deployment method
Official Container Image
Custom deployment method
No response
Reverse Proxy
Apache 2.4.58
Host/Server Operating System
Linux
Operating System Version
OpenSuse Leap 15.6
Clients
Browser Extension, Desktop
Client Version
v2024.11.1
Steps To Reproduce
Expected Result
The permissions for the user should reflect those granted by the group (allow modification). The "save" of the user without modification should not change the permissions.
Actual Result
The permissions for the group are lost and modified to “Can view, except passwords”
Logs
No response
Screenshots or Videos
Additional Context
No response
@BlackDex commented on GitHub (Nov 20, 2024):
Looks like the access all is not passed through from the groups, which causes this to break.
This is a nasty bug and not easy to fix as it is very complex how this is stored in the database right now.
@ptgob commented on GitHub (Nov 20, 2024):
@BlackDex , thanks for your quick response and for the fix!