maxlaverse / terraform-provider-bitwarden

Terraform Bitwarden provider to read, create, or update logins, secure notes, folders, org-collections in your Bitwarden Vaults
https://registry.terraform.io/providers/maxlaverse/bitwarden
Mozilla Public License 2.0
60 stars 9 forks source link

FR: User management #134

Open hinricht opened 5 months ago

hinricht commented 5 months ago

I'm happy about the addition of collection support by the last release, thanks ! However, to actually start using the provider we would need user management / ACLs, to configure a collection properly. So I can setup a collection with this provider and configure which users/groups have what kind of access to it.

Is this sth. planned already ?

maxlaverse commented 5 months ago

Hi @hinricht, It wasn't planned but it makes sense. I'm not using ACLs myself, so I don't know how easy it would be to implement / if it's possible to perform this entirely through CLI (if it would need API access as well).