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
Add bulk loading of Azure secp256k1 keys in web3signer. This mirrors the bulk loading functionality of BLS signing in Web3signer to load multiple keys from a single configuration.
Tasks
Add list keys method to AzureKeyVault
AzureKeyVaultParameters mixin to Eth1Config
Create a secp azure bulk loader using AzureKeyVault to retrieve key names and create ArtifactSigners using AzureKeyVaultSignerFactory
Update runner to secp azure bulk loader
Integration/Acceptance test
Performance test bulk loading to ensure is comparable to secrets manager bulk loading used for BLS
The text was updated successfully, but these errors were encountered:
Add bulk loading of Azure secp256k1 keys in web3signer. This mirrors the bulk loading functionality of BLS signing in Web3signer to load multiple keys from a single configuration.
Tasks
The text was updated successfully, but these errors were encountered: