Q1. What is the problem that you are trying to solve?
If an employee leaves the company, and has stored company secrets in passbolt without sharing them, then currently those secrets are lost forever.
Being able to retrieve those secrets may be critical for business continuity.
A related common problem is when a user loses access to their own private key (e.g. reinstalls their PC without having taken a backup of the private key), and has unshared secrets in passbolt. There are other possible solutions, but having company access to the secrets covers this use case too.
Q2 - Who is impacted?
Any business which uses passbolt to store company-owned information (e.g. device access passwords), where the passwords are created and entered by end users themselves.
The business is reliant on the user remembering to share the passwords with the appropriate other users or groups. This is an extra step which can easily be forgotten until too late.
Q3 - Why is it important and/or urgent?
This scenario of password loss has happened. It results in a real mess which needs cleaning up, and it means that passbolt itself has become a business continuity risk.
Our current workaround is doing periodic direct SQL queries to report on unshared passwords, but this is awkward and often goes for a long time without being done.
Q4 - What is your proposed solution? (optional)
I would like all passwords to be shared by default on creation with a configured “escrow user” (or group) - a regular passbolt account or group - as owner. Removing sharing with this account would be forbidden.
There is no special escrow encryption required. It would just use the normal sharing mechanism, so all secrets would be encrypted with the escrow user(s) PGP keys.
The UI would show explicitly that the password is being shared with this user or group, and I believe this removes any privacy concerns - e.g. if someone thinks of entering their personal bank account details, it would be very clear that they are sharing it with the company. A warning banner could also be added.
The escrow user/group will be able to see (and share) all stored secrets in this passbolt instance, but not anybody’s private key.
User stories:
- As company owner, I install a company instance of passbolt
- I create “System escrow user” and store the private key and passphrase in the company safe
- I configure passbolt to require sharing of all passwords with this user, e.g. via config file or GUI
- I tell my staff to enter all company secrets in passbolt, but no personal secrets
- As end user, I create a new password
- Sharing with “System escrow user” (as owner) is pre-configured and cannot be removed
- Banner warns me that all passwords stored in this system may be retrieved by the company
- As company owner, once an employee has left:
- I find all passwords owned by that employee and not shared. If there are any:
- I retrieve escrow user credentials from the company safe
- I share the orphaned passwords with appropriate users or groups
- I delete the employee
- I find all passwords owned by that employee and not shared. If there are any:
- Alternative version of user story is to have “System Escrow Group” which in turn contains one or more system superusers. Any of those superusers can recover any password; there is then no need for a special escrow user.
It’s also worth considering how and if this relates to passbolt’s concept of “admin role”. Rather than configuring an escrow user/group, it might be worth having another user role (e.g. normal, admin, escrow-admin)
Related issues
- As an admin, retain an escrow copy of users’ private keys - this issue is factored out from a comment there
- As an admin I can audit passwords that are not shared with anyone
- As a user I’d like to be able to create a password for a group (Without clicking share)
Q5. Community support
People can vote for this idea to show traction:
-
Must have: this is critical for me to have this
-
Should have: this is important for me to have this
-
Could have: this could be nice to have
-
Won’t have: we should not schedule this (explain why)
0 voters