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

Tessera AWS Secret Manager integration #1510

Open jann2005 opened 1 year ago

jann2005 commented 1 year ago

I want to integrate AWS Secrect Manager with Tessera (v 22.10.0). I am using JDK 19 . Configured AWS Key vault plugin properly and able to create the Pub and Key keypair in Secret Manager. (reference https://docs.tessera.consensys.net/en/stable/HowTo/Configure/KeyVault/AWS-Secrets-Manager/). While retrieving the tessera is giving below exception -

tessera -configfile tessera.conf

ERROR: Config validation issue: keys No AWS keyVaultConfig was specified but AWS keyData was provided ERROR: Config validation issue: keys.keyVaultConfigs[0].keyVaultType may not be null

tessera.conf file is attached. Please help to resolve the same.

Thank You! tessera.zip

jann2005 commented 1 year ago

Any update please.