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

Implement AWS endpoint override option #730

Closed
jmcruz1983 opened this issue Feb 28, 2023 · 0 comments
Closed

Implement AWS endpoint override option #730

jmcruz1983 opened this issue Feb 28, 2023 · 0 comments
Labels
TeamGroot Under active development by TeamGroot @PegaSys

Comments

@jmcruz1983
Copy link

Hi there,
currently web3signer implements the possibility to load keys
from AWS secret manager

But it misses the --endpoint-url AWS option for testing purposes,
where remote AWS secret manager is needed
and local testing options like local stack are not possible

I suggest following web3signer cli option:

➜  docker run -it consensys/web3signer:develop eth2 --help
2023-02-28 11:10:46.721+00:00 | main | INFO  | Web3SignerApp | Web3Signer has started with args eth2,--help
2023-02-28 11:10:46.727+00:00 | main | INFO  | Web3SignerApp | Version = web3signer/v21.10.5+124-g17d31bd/linux-x86_64/-eclipseadoptium-openjdk64bitservervm-java-17
Usage: web3signer eth2 [-hV] [--aws-secrets-enabled] [--azure-vault-enabled]
. . . . . 
                       [--aws-endpoint-url=<ENDPOINT_URL>]
. . . . . 
Handle Ethereum-2 BLS signing operations and public key reporting
. . . . . 
      --aws-endpoint-url=<ENDPOINT_URL>
                            AWS endpoint url override.
. . . . . 

For further context please check following forks:

Thanks

@siladu siladu added the TeamGroot Under active development by TeamGroot @PegaSys label Feb 28, 2023
@jframe jframe closed this as completed Mar 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
TeamGroot Under active development by TeamGroot @PegaSys
Projects
None yet
Development

No branches or pull requests

3 participants