Consensys / tessera

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

Add Jasypt property encryption #846

Closed prd-fox closed 5 years ago

prd-fox commented 5 years ago

The configuration file contains many passwords (database, TLS certs, keys) that should not be plaintext. Using Jasypt, we can encrypt these values and then provide the password outside the runtime.

As a first step, we should encrypt the database password, as there is already an alternative for key passwords.

Krish1979 commented 5 years ago

PR #845