Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support to encrypt all gossip network traffic #174

Open
aalda opened this issue Oct 2, 2019 · 0 comments
Open

Add support to encrypt all gossip network traffic #174

aalda opened this issue Oct 2, 2019 · 0 comments
Milestone

Comments

@aalda
Copy link
Contributor

aalda commented Oct 2, 2019

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 aalda added this to the 1.0.0-rc3 milestone Oct 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant