blockchain-carbon-accounting icon indicating copy to clipboard operation
blockchain-carbon-accounting copied to clipboard

minimize handling of Ethereum private key

Open sichen1234 opened this issue 3 years ago • 1 comments

Based on today's demo, can the Vault engine sign the ethereum transaction directly instead of returning the ethereum private key?

sichen1234 avatar Nov 08 '21 18:11 sichen1234

For now no, since vault transit engine doesn't support ecdsa-secp256k1 signature. An issue and a PR is opened on vault repo for the ecdsa-secp256k1 support.

Issue : https://github.com/hashicorp/vault/issues/4594 PR : https://github.com/hashicorp/vault/pull/11469

Zzocker avatar Nov 12 '21 04:11 Zzocker