Skip to content

node: send certificates for inter-node TLS connections - #4097

Open
End-rey wants to merge 1 commit into
masterfrom
internode-client-cert
Open

node: send certificates for inter-node TLS connections#4097
End-rey wants to merge 1 commit into
masterfrom
internode-client-cert

Conversation

@End-rey

@End-rey End-rey commented Jul 22, 2026

Copy link
Copy Markdown
Contributor

Closes #4088.

@codecov

codecov Bot commented Jul 22, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 53.39806% with 48 lines in your changes missing coverage. Please review.
✅ Project coverage is 27.26%. Comparing base (9e592e2) to head (d15b80b).

Files with missing lines Patch % Lines
pkg/services/object/server.go 47.50% 19 Missing and 2 partials ⚠️
pkg/network/cache/clients.go 21.42% 11 Missing ⚠️
pkg/network/peerauth/peerauth.go 70.00% 3 Missing and 3 partials ⚠️
pkg/services/object/acl/v2/service.go 73.33% 2 Missing and 2 partials ⚠️
cmd/neofs-node/mtls.go 72.72% 2 Missing and 1 partial ⚠️
cmd/neofs-node/config.go 0.00% 2 Missing ⚠️
cmd/neofs-node/grpc.go 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #4097      +/-   ##
==========================================
+ Coverage   27.20%   27.26%   +0.06%     
==========================================
  Files         676      678       +2     
  Lines       46227    46286      +59     
==========================================
+ Hits        12576    12620      +44     
- Misses      32437    32449      +12     
- Partials     1214     1217       +3     

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@End-rey
End-rey force-pushed the internode-client-cert branch 2 times, most recently from 294c5f3 to d15b80b Compare July 31, 2026 13:25
Request client certificates on TLS endpoints and use their keys to authenticate
unsigned one-hop object requests.

Closes #4088.

Signed-off-by: Andrey Butusov <andrey@nspcc.io>
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.

Send client certificate when connecting to another SN

1 participant