It would be great if one could share/sync passwords/secrets between password manager and secret manager.
Example Application:
Some Webservice with basic auth:
- You would want to use secrets manager to automatically update the webservices htpasswd file
- You would want to make the login data accessible to your users via password manager
Ideally there would also be an option so that the secrets manager machine account can’t access the original secret but a hashed value (for example bcrypt, ideally choosable). This is out of scope for this feature proposal thouhh.