pyrsia / pyrsia

Decentralized Package Network
https://pyrsia.io/
Apache License 2.0
298 stars 41 forks source link

Deployment hanging due to missing keypair secret #1611

Open sbtaylor15 opened 1 year ago

sbtaylor15 commented 1 year ago

helm is deleting the existing keypair secrets causing the deployment to hang. Need to supply the keypair for every deployment

dasmanas commented 1 year ago

helm is deleting the existing keypair secrets causing the deployment to hang. Need to supply the keypair for every deployment

If we supply new keypair for every new deployment there are following few things we have to looked into.

  1. Keypair is going to play a role in consensus verification using message digest
  2. With growing number of Authority node, valid public key has to be distributed to others more frequently.

comments also applicable for 1612