keyguard-app
keyguard-app copied to clipboard
Discussion: Access control for items
There is this post: https://community.bitwarden.com/t/master-password-re-prompt-on-specified-sub-fields/32540, where if implemented you can choose certain fields to be protected. Currently only password, hidden fields, and item edit are eligible.
After that I thought about ACL (access control list). This makes so much sense when combined with #2 it guarantees to solve all of the concerns within the original post, including:
- Fine grained protection rules for fields in items.
- Apply those rules globally, or reuse them in parts of the vault (tags, folders, collections etc)
This is already implemented in a sense that you mark the fields that you want to hide as hidden.
As for other items I think the custom list is too overkill. We should rather discuss which fields should be additionally protected (such as the Notes and Attachments).