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 memberlist gossip encryption. #9

Merged

Conversation

hashi-derek
Copy link
Contributor

@hashi-derek hashi-derek commented Apr 26, 2024

This commit adds configuration fields to enable gossip encryption of memberlist. Without encryption, a malicious actor is able to add and remove members from the pool and cause general disruption to the service. Enabling encryption also acts as a pseudo-checksum and helps to ensure that no malformed UDP packets are accepted as valid messages.

This commit adds configuration fields to enable gossip encryption. This helps
to prevent malicious actors from crafting gossip payloads that could result in
disruption of service.
@thrawn01
Copy link
Collaborator

thrawn01 commented May 1, 2024

Thank you for the pull request, this is a great addition!

@thrawn01 thrawn01 merged commit e95cc8e into gubernator-io:master May 1, 2024
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

Successfully merging this pull request may close these issues.

2 participants