Restrict the possibility for users to clear the recycle bin #7449
RaphaelRoumezin
started this conversation in
Ideas
Replies: 1 comment 4 replies
|
I think there is a collection management option "Restrict item deletion to members with the Manage collection permission." which we currently don't support. If you could create a PR to implement this I think that would be great. |
4 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.
Uh oh!
There was an error while loading. Please reload this page.
In my deployment, I've restricted the user capacity to empty the recycle bin manually through Nginx rules, which can now only be done by the trash auto-emptying server routine:
In an enterprise context, this allows for mistake recovery, and prevents bad actors from deleting credentials that may ultimately only be stored on Vaultwarden. This pairs well with the password history feature.
Would this feature be interesting to integrate directly to Vaultwarden, as a server-wide configuration ? I'd be happy to make a PR for it.
All reactions