Skip to content

Add support for disabling encryption and authentication - Kafka Exporter - #13039

Open
scholzj wants to merge 1 commit into
scholzj/add-none-encryption-and-authentication-cruise-controlfrom
scholzj/add-none-encryption-and-authentication-kafka-exporter
Open

Add support for disabling encryption and authentication - Kafka Exporter#13039
scholzj wants to merge 1 commit into
scholzj/add-none-encryption-and-authentication-cruise-controlfrom
scholzj/add-none-encryption-and-authentication-kafka-exporter

Conversation

@scholzj

@scholzj scholzj commented Aug 7, 2026

Copy link
Copy Markdown
Member

Type of change

  • Task

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

  • Write tests
  • Make sure all tests pass
  • Try your changes inside a Kubernetes cluster, not just from unit tests
  • AI assistance was used to create this PR (see the Strimzi AI policy)

@scholzj scholzj added this to the 1.2.0 milestone Aug 7, 2026
@snyk-io

snyk-io Bot commented Aug 7, 2026

Copy link
Copy Markdown

Snyk checks have passed. No issues have been found so far.

Status Scan Engine Critical High Medium Low Total (0)
Open Source Security 0 0 0 0 0 issues
Licenses 0 0 0 0 0 issues
Code Security 0 0 0 0 0 issues

💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.

@scholzj scholzj modified the milestones: 1.2.0, 1.3.0 Aug 7, 2026
@scholzj
scholzj force-pushed the scholzj/add-none-encryption-and-authentication-kafka-exporter branch 2 times, most recently from 3f91289 to 811fc73 Compare August 7, 2026 21:08
@codecov

codecov Bot commented Aug 7, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 80.58%. Comparing base (68374f1) to head (f581ca9).

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     
Files with missing lines Coverage Δ
.../strimzi/operator/cluster/model/KafkaExporter.java 94.64% <100.00%> (+0.25%) ⬆️
...uster/operator/assembly/KafkaAssemblyOperator.java 84.47% <ø> (ø)
...ter/operator/assembly/KafkaExporterReconciler.java 97.22% <100.00%> (ø)

... and 2 files with indirect coverage changes

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

@scholzj

scholzj commented Aug 7, 2026

Copy link
Copy Markdown
Member Author

/gha run pipeline=regression

@github-actions

github-actions Bot commented Aug 7, 2026

Copy link
Copy Markdown

⏳ System test verification started: link

The following 6 job(s) will be executed:

  • regression-brokers-and-security-amd64 (cncf-ubuntu-8-32-x86)
  • regression-operators-amd64 (cncf-ubuntu-8-32-x86)
  • regression-operands-amd64 (cncf-ubuntu-8-32-x86)
  • regression-brokers-and-security-arm64 (cncf-ubuntu-8-32-arm)
  • regression-operators-arm64 (cncf-ubuntu-8-32-arm)
  • regression-operands-arm64 (cncf-ubuntu-8-32-arm)

Tests will start after successful build completion.

@github-actions

github-actions Bot commented Aug 8, 2026

Copy link
Copy Markdown

❌ System test verification failed: link

@scholzj

scholzj commented Aug 8, 2026

Copy link
Copy Markdown
Member Author

Note: The system tests actually passed. Only the result publishing timed out.

@scholzj
scholzj requested a review from a team August 8, 2026 09:04
@scholzj
scholzj marked this pull request as ready for review August 8, 2026 09:04
@scholzj
scholzj force-pushed the scholzj/add-none-encryption-and-authentication-kafka-exporter branch from 811fc73 to ef3a1fd Compare August 8, 2026 21:25
@scholzj
scholzj force-pushed the scholzj/add-none-encryption-and-authentication-kafka-exporter branch from ef3a1fd to 2dbebb8 Compare August 8, 2026 21:56
@scholzj
scholzj force-pushed the scholzj/add-none-encryption-and-authentication-kafka-exporter branch from 2dbebb8 to 227a295 Compare August 9, 2026 14:42
@scholzj
scholzj force-pushed the scholzj/add-none-encryption-and-authentication-kafka-exporter branch from 227a295 to decee87 Compare August 11, 2026 09:41
@scholzj
scholzj force-pushed the scholzj/add-none-encryption-and-authentication-kafka-exporter branch from decee87 to b4cab7f Compare August 11, 2026 12:50
@scholzj
scholzj force-pushed the scholzj/add-none-encryption-and-authentication-kafka-exporter branch from b4cab7f to 4717572 Compare August 11, 2026 13:15
@scholzj
scholzj force-pushed the scholzj/add-none-encryption-and-authentication-kafka-exporter branch from 4717572 to d39d970 Compare August 13, 2026 13:48
@scholzj
scholzj force-pushed the scholzj/add-none-encryption-and-authentication-kafka-exporter branch from d39d970 to c9adf6f Compare August 13, 2026 15:36
@scholzj
scholzj force-pushed the scholzj/add-none-encryption-and-authentication-kafka-exporter branch from c9adf6f to f581ca9 Compare August 16, 2026 09:25
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