You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Iterates through node validator set, decrypts and uploads the hex into Vault
Create web3signer key configuration files
This is a prerequisite for web3signer setup
At the moment we call it manually, however we have a scope to add this into the create-web3signer-secrets.sh so it can help to avoid the manual step along with a flag to allow the operator to opt out from the upload in case the vault has the keys already
🛠️ Proposed solution
Update the shell script
🧪 Tests
The script should take the cluster name as an input and prepare all needed secrets inside the namespace
👐 Additional acceptance criteria
Ensure cluster is up and running
The text was updated successfully, but these errors were encountered:
🎯 Problem to be solved
The key utility is a
Go utility
which -This is a prerequisite for web3signer setup
At the moment we call it manually, however we have a scope to add this into the
create-web3signer-secrets.sh
so it can help to avoid the manual step along with a flag to allow the operator to opt out from the upload in case the vault has the keys already🛠️ Proposed solution
Update the shell script
🧪 Tests
The script should take the cluster name as an input and prepare all needed secrets inside the namespace
👐 Additional acceptance criteria
Ensure cluster is up and running
The text was updated successfully, but these errors were encountered: