Consensys / tessera

Tessera - Enterprise Implementation of Quorum's transaction manager
https://docs.tessera.consensys.net/
Apache License 2.0
175 stars 105 forks source link

Secure Tessera DB password in config #1514

Open gokulraj17687 opened 1 year ago

gokulraj17687 commented 1 year ago

Hello, We are configuring postgreSql with tessera through config file. Currently we are hardcoding the DB creds. Also there is a way to encrypt the password using jasypt. But again for jasypt we need a password to encrypt and pass through TESSERA_CONFIG_SECRET.

Is there a way to pass the db password from AWS secret manager or pls suggest how to keep db password secured in config file ?

Thank you!