Add the initial part of Secret Manager to manager passwords. The first implementation should support only plain passwords but a particular constructor interface allow to implement more strict solutions in the future. The secret manager follows the universal agent way so actual password generation and saving is on the driver side. Single driver `PasswordCapabilityDriver' should be added in the first implementation that uses the PG database as a storage for passwords.
Add the initial part of Secret Manager to manager passwords. The first implementation should support only plain passwords but a particular
constructorinterface allow to implement more strict solutions in the future. The secret manager follows the universal agent way so actual password generation and saving is on the driver side. Single driver `PasswordCapabilityDriver' should be added in the first implementation that uses the PG database as a storage for passwords.