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

Avoid saving account 57 key in AWS lambda Environment Variables. #159

Open
anighanta opened this issue Sep 23, 2021 · 0 comments
Open

Avoid saving account 57 key in AWS lambda Environment Variables. #159

anighanta opened this issue Sep 23, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@anighanta
Copy link
Contributor

anighanta commented Sep 23, 2021

Summary
Currently ERT uses the AWS Lambda Environment variables to read some data.
One of them is the account 57 private key for the network the ERT is targeting.
This is not entirely secure.

Possible resolution
We can use AWS KMS to store the key and KMS can then sign the fileUpdate transaction that ERT submits to the node.

@anighanta anighanta added the enhancement New feature or request label Sep 23, 2021
@anighanta anighanta self-assigned this Sep 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant