hadron-project / hadron

The Kubernetes native and CloudEvents native distributed event streaming, event orchestration & messaging platform
https://hadron-project.github.io/hadron/
Apache License 2.0
36 stars 2 forks source link

Certificate checking during discovery & handshake protocol. #10

Closed thedodd closed 3 years ago

thedodd commented 3 years ago

In GitLab by @doddzilla on Sep 6, 2019, 10:03

This will ensure that cluster formation only takes place with nodes which have matching certificates.

This is directly related to TLS support. For peers, certs should have the same CA and pass all validation.

For client certs, we’ll need to ensure that they also came from the same CA. The hadron CLI will be used to generate all of the above.

thedodd commented 3 years ago

In GitLab by @doddzilla on Dec 5, 2020, 09:39

changed the description

thedodd commented 3 years ago

In GitLab by @doddzilla on Dec 5, 2020, 09:43

changed the description

thedodd commented 3 years ago

Done.