-
-
Notifications
You must be signed in to change notification settings - Fork 15
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
feat: add mTLS support for remote communication #504
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #504 +/- ##
==========================================
- Coverage 87.40% 87.23% -0.17%
==========================================
Files 45 47 +2
Lines 4294 4639 +345
==========================================
+ Hits 3753 4047 +294
- Misses 426 467 +41
- Partials 115 125 +10 ☔ View full report in Codecov by Sentry. |
This PR will not be merged in any time soon because as long as it is nice to have it one can also make use a good service mesh like istio or linkerd to secure communication between nodes. |
This pull is inactive since 14 days! You should take one of the following actions:
|
Remoting
for client communicationPID
andActorSystem
Node
instance rather than mere array list of addresses. This help to tailor client connection appropriately to the given nodePeerState
includes additional information calledCertificate
that help connect appropriately to the given peer. This hidden to the end-user :)ActorSystem
option to allow setting a TLS configurationNode
option to allow setting a TLS configuration