You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: