We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
fuel-core
We need to add an ability to sign blocks with AWS KMS.
Use aws-sdk-kms crate for adding support for the PoA service to use AWS KMS to sign blocks.
aws-sdk-kms
It requires updating the CLI argument to pass a private key. It should be either a raw private key or credentials for KMS.
It would be nice to abstract the signing of the block via some trait and have different backed for signing. The sign function could be async.
async
Please check the https://fuellabs.slack.com/archives/C0298A7TT1C/p1720046999839619 thread for test credentials to test the change with a real cluster.
The text was updated successfully, but these errors were encountered:
Open questions:
aws_config::load_from_env
Sorry, something went wrong.
08f4637
Voxelot
Dentosal
MitchTurner
Successfully merging a pull request may close this issue.
Overview
We need to add an ability to sign blocks with AWS KMS.
Implementation details
Use
aws-sdk-kms
crate for adding support for the PoA service to use AWS KMS to sign blocks.It requires updating the CLI argument to pass a private key. It should be either a raw private key or credentials for KMS.
It would be nice to abstract the signing of the block via some trait and have different backed for signing. The sign function could be
async
.Testing details
Please check the https://fuellabs.slack.com/archives/C0298A7TT1C/p1720046999839619 thread for test credentials to test the change with a real cluster.
The text was updated successfully, but these errors were encountered: