Skip to content

Drop TLS key config - #4131

Merged
roman-khimov merged 2 commits into
masterfrom
drop-tls-cert-config
Aug 18, 2026
Merged

Drop TLS key config#4131
roman-khimov merged 2 commits into
masterfrom
drop-tls-cert-config

Conversation

@End-rey

@End-rey End-rey commented Aug 14, 2026

Copy link
Copy Markdown
Contributor

Closes #4117.

@codecov

codecov Bot commented Aug 14, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 53.12500% with 15 lines in your changes missing coverage. Please review.
✅ Project coverage is 27.16%. Comparing base (0720381) to head (00dbe4d).

Files with missing lines Patch % Lines
cmd/neofs-node/grpc.go 0.00% 8 Missing ⚠️
cmd/neofs-node/mtls.go 80.95% 2 Missing and 2 partials ⚠️
cmd/neofs-node/validate.go 0.00% 1 Missing and 1 partial ⚠️
cmd/neofs-node/config.go 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #4131      +/-   ##
==========================================
+ Coverage   27.15%   27.16%   +0.01%     
==========================================
  Files         679      679              
  Lines       46206    46203       -3     
==========================================
+ Hits        12546    12552       +6     
+ Misses      32474    32463      -11     
- Partials     1186     1188       +2     

☔ 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.

@roman-khimov roman-khimov left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Nothing criticall, but conflicts.

Comment thread cmd/neofs-node/mtls.go Outdated
Comment thread cmd/neofs-node/mtls.go Outdated
Comment thread cmd/neofs-node/mtls.go Outdated
@End-rey
End-rey force-pushed the drop-tls-cert-config branch 2 times, most recently from 218e917 to 54e1c2a Compare August 17, 2026 09:48
@roman-khimov

Copy link
Copy Markdown
Member

@End-rey, can you fix testcases to omit key configuration for 0.55.0+?

@roman-khimov roman-khimov left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Conflicts.

Comment thread CHANGELOG.md
@End-rey
End-rey force-pushed the drop-tls-cert-config branch from 54e1c2a to c3b2f7d Compare August 18, 2026 10:29
Use the node wallet key for TLS handshakes and verify that the configured
certificate matches it.

Signed-off-by: Andrey Butusov <andrey@nspcc.io>
@End-rey
End-rey force-pushed the drop-tls-cert-config branch from c3b2f7d to 00dbe4d Compare August 18, 2026 10:36
The TLS private key is already available from the node wallet.

Closes #4117.

Signed-off-by: Andrey Butusov <andrey@nspcc.io>
@roman-khimov
roman-khimov merged commit d560601 into master Aug 18, 2026
22 checks passed
@roman-khimov
roman-khimov deleted the drop-tls-cert-config branch August 18, 2026 11:30
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.

Drop TLS key configuration for SN

2 participants