Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Call the key upload utilities inside the create-web3signer-secrets.sh #121

Closed
sugh01 opened this issue Sep 13, 2023 · 0 comments
Closed
Labels
dxp enhancement New feature or request platform

Comments

@sugh01
Copy link
Contributor

sugh01 commented Sep 13, 2023

🎯 Problem to be solved

The key utility is a Go utility which -

  1. Iterates through node validator set, decrypts and uploads the hex into Vault
  2. 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

@sugh01 sugh01 added the enhancement New feature or request label Sep 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dxp enhancement New feature or request platform
Projects
None yet
Development

No branches or pull requests

2 participants