I've actually ended up syncing my KeyPass db & sharing it with my team via our own gitlab instance.
I'll have to pull changes if anybody added entries but:
- Db lies on our own encrypted servers instead of someone elses cloud
- access within the team is easily managed via ssh
- I'll have a commit stream telling me if anybody added sth and what
- can't easily fuck anything up in those shared records, have to consciously commit changes
- when we rotate master pw we clean the repo
I'll have to pull changes if anybody added entries but: - Db lies on our own encrypted servers instead of someone elses cloud - access within the team is easily managed via ssh - I'll have a commit stream telling me if anybody added sth and what - can't easily fuck anything up in those shared records, have to consciously commit changes - when we rotate master pw we clean the repo