lunatic-solutions / lunatic

Lunatic is an Erlang-inspired runtime for WebAssembly
https://lunatic.solutions
Apache License 2.0
4.62k stars 138 forks source link

Node authentication #128

Open withtypes opened 2 years ago

withtypes commented 2 years ago

Currently there is no authentication in control nodes so any node can join. We could use short-lived keys that are sent during node registration and later use certificates that were signed in the registration. We should support test mode without authentication.