Consensys / doc.web3signer

Ethereum signer documentation site

Home Page:https://docs.web3signer.consensys.net/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Document AWS secret manager

rolandtyler opened this issue · comments

Document AWS secret manager including new CLI option --aws-connection-cache-size

See Consensys/web3signer#531
Consensys/web3signer#541

The cacheable feature was added to address performance bottlenecks and optimise key loading. You can set the maximum size of cacheable AWS secret manager connections using the --aws-connection-cache-size option for the eth2 subcommand. Note that the cache hashcode and identifier for initialized aws clients, are based off AWS_ACCESS_KEY_ID and AWS_REGION (relevant signers commit).