qed icon indicating copy to clipboard operation
qed copied to clipboard

Add support to encrypt all gossip network traffic

Open aalda opened this issue 6 years ago • 0 comments

The gossip library we are using (Hashicorp's Memberlist) uses a symmetric key, or shared secret, cryptosystem. The threat model is the same that Serf has identified here, and it implies a key rotation and distribution. The process of configuring the encryption system should be similar to the one that Serf specifies here.

Some issues are still open.

aalda avatar Oct 02 '19 10:10 aalda