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

[CELEBORN-1401] Add SSL support for ratis communication #2515

Closed

Conversation

mridulm
Copy link
Contributor

@mridulm mridulm commented May 16, 2024

What changes were proposed in this pull request?

When SSL is enabled for master, secure the Ratis communication as well with TLS

Why are the changes needed?

Currently, when TLS is enabled for RPC, Ratis comms still goes in the clear - add support for TLS.
Note that currently this only supports GRPC, and not netty.

Does this PR introduce any user-facing change?

Secures ratis communication when TLS is enabled at master for rpc.

How was this patch tested?

Local tests and additional unit tests added

@mridulm mridulm changed the title CELEBORN-1401: Add SSL support for raft comms using ratis [CELEBORN-1401] Add SSL support for raft comms using ratis May 16, 2024
@mridulm mridulm changed the title [CELEBORN-1401] Add SSL support for raft comms using ratis [CELEBORN-1401] Add SSL support for ratis communication May 16, 2024
Mridul Muralidharan added 2 commits May 16, 2024 02:44
@mridulm
Copy link
Contributor Author

mridulm commented May 16, 2024

+CC @otterc, @waitinfuture , @FMX , @SteNicholas
PTAL, thanks !

Copy link
Contributor

@RexXiong RexXiong left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, merge to main(v0.5.0)

@RexXiong RexXiong closed this in a13d167 May 17, 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