Permission inheritance on nested collection #3814
Replies: 7 comments 12 replies
-
|
In what sense? That when using It clearly states in the documentation of Bitwarden that nesting is for display purposes only and that all collections, nested or not are handled as separate collections with there own access policies. https://bitwarden.com/help/about-collections/#nested-collections |
Beta Was this translation helpful? Give feedback.
-
|
I have a usecase where I would indeed need collection permissions inheritance. Anyway, I have collection structure like:
I don't really want foreach CUSTOMER1 to CUSTOMER500 assign user/group permissions. Best regards. |
Beta Was this translation helpful? Give feedback.
-
|
I would really like this feature too. There could be a checkbox in the User-Management like "Inherit all Sub-Collections" |
Beta Was this translation helpful? Give feedback.
-
|
Sad to see that the request is not addressed by bitwarden. I do recognize that unless bitwarden implements such a method it would not be possible. But I have an idea about this, What if we add a new mechanism example, "auto inherit permission" to all existing and newly created collections. When a new nested collection is created, and if first of any of the parent collection has inheritance rule set, then add the same rule to the newly created collection. This would be a server level implementation, but this setting can only be configured in the vault-warden web application, as none of the official bitwarden clients would have this. The Implmentation would be as New Collection Created (Event Triggered) -> Get First Parent Collection with Inherit Policy -> Get ACL from parent (Read, Read except Password, Edit, Edit except Password) -> apply same acl to the new collection. Please let me know if this is doable? or am i missing something @BlackDex |
Beta Was this translation helpful? Give feedback.
-
|
Bitwarden didn't implement this since 2018 and probably won't for inheritance leak questions (as far as I read on unofficial statements). We have a "cheap" solution which does inheritance manually, but has to be run on every collection creation. |
Beta Was this translation helpful? Give feedback.
-
|
AFAIK collections are the only way to structure entries on the org level, as folders are not available. I don't necessarily need permission inheritance, but I would like to know how to organize entries in a big collection. If I use collections to structure/group the entries, I have to repeat the permission config on every collection I create, which is not what I want to do of course. So I hope there is another way of doing it. I have a collection CUSTOMERS, all of our support team should have read access to it. It contains credentials of around 50 customers, they were organized in folders when we used KeePass2. On import into Vaultwarden, collections were created for the folders, now I have around 300 sub-collections that I would need to maintain the access permissions for. I need some way of organizing the entries in this CUSTOMERS collection. Sub-collections are not the way to go apparently, and folders are not available. Having all ~600 entries in flat 1-level structure is not an option either. What should I do? What is the recommended solution for such a situation? Thank you very much. |
Beta Was this translation helpful? Give feedback.
-
|
It would be convenient to have a Select all button to be able to select all collections from the list: |
Beta Was this translation helpful? Give feedback.



Uh oh!
There was an error while loading. Please reload this page.
-
Would it be possible to implement permission inheritance an nested collections?
I still don't understand why it isn't implemented in Bitwarden, it would be THE most usefull feature.
Beta Was this translation helpful? Give feedback.
All reactions