console icon indicating copy to clipboard operation
console copied to clipboard

Device Keys

Open macpie opened this issue 2 years ago • 1 comments

When a device is created, Router create keys for the only purpose of connecting to AWS. Those keys are only stored in Router, this is causing an issue when devices are migrated because then the AWS integration will fail to connect due to having different certificate assigned.

Ultimately we should store keys in Console so that migration can be more smooth.

Note: we will need to create a script to extract keys from Router onto Console's DB.

  • [x] initial console work
  • [x] helium/router#787

macpie avatar Mar 24 '22 23:03 macpie

Console need to generate keys through libp2p_crypto, store them, and send to router only

vicmgs avatar May 17 '22 16:05 vicmgs