hyperledger / bevel

An automation framework for rapidly and consistently deploying production-ready DLT platforms
https://hyperledger-bevel.readthedocs.io/en/latest/
Apache License 2.0
341 stars 714 forks source link

Ensure successful storage of crypto materials from indy-key-management docker image #1787

Open surabhi-dudhediya opened 2 years ago

surabhi-dudhediya commented 2 years ago

Describe the bug Indy key management docker image generates identity crypto materials and stores it into Vault. It does not ensures successful storage of crypto materials in vault. As a developer I want to check and ensure that the store certs are successfully storing the cryto materials in vault.

Expected behavior

  1. Checks to ensure cryto successfully stored
  2. Retry logic based on the above check
  3. Add retry logic for reading from vault

Additional context https://hub.docker.com/r/hyperledgerlabs/indy-key-mgmt

TonyRowntree commented 2 years ago

I would like to work on this