Skip to content
New issue

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

Aws bulk loading #889

Merged
merged 24 commits into from
Sep 12, 2023
Merged

Aws bulk loading #889

merged 24 commits into from
Sep 12, 2023

Conversation

jframe
Copy link
Contributor

@jframe jframe commented Aug 24, 2023

PR Description

Adds support for bulk loading of secp256k1 keys in AWS for Eth1 mode. This allows for easier configuration when using AWS KMS for storing keys when using transaction signing.

This adds the following new command line options. These are similar in meaning the aws parameters in Eth2 mode.

  • --aws-kms-enabled
  • --aws-kms-auth-mode
  • --aws-kms-access-key-id
  • --aws-kms-secret-access-key
  • --aws-kms-region
  • --aws-endpoint-override
  • --aws-kms-tag-names-filter
  • --aws-kms-tag-values-filter
  • --aws-connection-cache-size

Fixed Issue(s)

fixes #770

Documentation

  • I thought about documentation and added the doc-change-required label to this PR if updates are required.

Changelog

  • I thought about adding a changelog entry, and added one if I deemed necessary.

Testing

  • I thought about testing these changes in a realistic/non-local environment.

@jframe jframe marked this pull request as ready for review September 4, 2023 06:50
Copy link
Contributor

@siladu siladu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@jframe jframe added the doc-change-required Indicates an issue or PR that requires doc to be updated label Sep 5, 2023
…nged the params to be disabled to remove noise from tests.
@siladu
Copy link
Contributor

siladu commented Sep 8, 2023

Still LGTM ✅

@jframe jframe enabled auto-merge (squash) September 12, 2023 03:25
@jframe jframe merged commit 7993730 into Consensys:master Sep 12, 2023
2 checks passed
@alexandratran alexandratran removed the doc-change-required Indicates an issue or PR that requires doc to be updated label Sep 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Eth secp AWS KMS bulk loading
4 participants