Consensys / web3signer

Web3Signer is an open-source signing service capable of signing on multiple platforms (Ethereum1 and 2, Filecoin) using private keys stored in an external vault, or encrypted on a disk.
https://docs.web3signer.consensys.net/
Apache License 2.0
201 stars 78 forks source link

Aws KMS acceptance test fix #910

Closed jframe closed 1 year ago

jframe commented 1 year ago

PR Description

Fix AWK KMS tests failing. This was caused by a change in the test fixtures that now honors the enabled flag. Before the test fixture for AwsParameters always returned false for isEnabled.

Fixed Issue(s)

Documentation

Changelog

Testing