Add support for disabling encryption and authentication - Kafka Exporter - #13039
Open
scholzj wants to merge 1 commit into
Conversation
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
scholzj
force-pushed
the
scholzj/add-none-encryption-and-authentication-kafka-exporter
branch
2 times, most recently
from
August 7, 2026 21:08
3f91289 to
811fc73
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## scholzj/add-none-encryption-and-authentication-cruise-control #13039 +/- ##
===================================================================================================
+ Coverage 80.57% 80.58% +0.01%
- Complexity 6577 6581 +4
===================================================================================================
Files 344 344
Lines 22771 22776 +5
Branches 3107 3111 +4
===================================================================================================
+ Hits 18348 18355 +7
+ Misses 3206 3205 -1
+ Partials 1217 1216 -1
🚀 New features to boost your workflow:
|
Member
Author
|
/gha run pipeline=regression |
|
⏳ System test verification started: link The following 6 job(s) will be executed:
Tests will start after successful build completion. |
|
❌ System test verification failed: link |
Member
Author
|
Note: The system tests actually passed. Only the result publishing timed out. |
scholzj
marked this pull request as ready for review
August 8, 2026 09:04
scholzj
force-pushed
the
scholzj/add-none-encryption-and-authentication-kafka-exporter
branch
from
August 8, 2026 21:25
811fc73 to
ef3a1fd
Compare
scholzj
force-pushed
the
scholzj/add-none-encryption-and-authentication-kafka-exporter
branch
from
August 8, 2026 21:56
ef3a1fd to
2dbebb8
Compare
scholzj
force-pushed
the
scholzj/add-none-encryption-and-authentication-kafka-exporter
branch
from
August 9, 2026 14:42
2dbebb8 to
227a295
Compare
scholzj
force-pushed
the
scholzj/add-none-encryption-and-authentication-kafka-exporter
branch
from
August 11, 2026 09:41
227a295 to
decee87
Compare
scholzj
force-pushed
the
scholzj/add-none-encryption-and-authentication-kafka-exporter
branch
from
August 11, 2026 12:50
decee87 to
b4cab7f
Compare
scholzj
force-pushed
the
scholzj/add-none-encryption-and-authentication-kafka-exporter
branch
from
August 11, 2026 13:15
b4cab7f to
4717572
Compare
ppatierno
approved these changes
Aug 13, 2026
scholzj
force-pushed
the
scholzj/add-none-encryption-and-authentication-kafka-exporter
branch
from
August 13, 2026 13:48
4717572 to
d39d970
Compare
scholzj
force-pushed
the
scholzj/add-none-encryption-and-authentication-kafka-exporter
branch
from
August 13, 2026 15:36
d39d970 to
c9adf6f
Compare
Signed-off-by: Jakub Scholz <[email protected]>
scholzj
force-pushed
the
scholzj/add-none-encryption-and-authentication-kafka-exporter
branch
from
August 16, 2026 09:25
c9adf6f to
f581ca9
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Type of change
Description
This PR continues the work on disabling TLS encryption and mTLS authentication in the Kafka clusters. This PR focuses on Kafka Exporter. It handles TLS and mTLS on the Kafka client level based on whether the certificate volumes are mounted or not.
Checklist