Skip to content

CAMEL-23149: Add TLS configuration options to camel-iggy#21977

Open
gnodet wants to merge 3 commits intomainfrom
camel-23149-iggy-tls
Open

CAMEL-23149: Add TLS configuration options to camel-iggy#21977
gnodet wants to merge 3 commits intomainfrom
camel-23149-iggy-tls

Conversation

@gnodet
Copy link
Contributor

@gnodet gnodet commented Mar 13, 2026

Summary

  • Add tlsEnabled (boolean, default false) and tlsCertificatePath (String) configuration options to IggyConfiguration
  • Update IggyClientFactory to apply TLS settings when building TCP and HTTP iggy clients via enableTls() and tlsCertificate(path) builder methods
  • Propagate TLS parameters through IggyClientConnectionPool, IggyProducer, and IggyConsumer
  • Add unit tests for TLS configuration defaults, setters, copy behavior, and endpoint URI parsing

Test plan

  • Unit tests pass (IggyConfigurationTest with 5 tests covering defaults, setters, copy, and endpoint URI parsing)
  • Integration tests with TLS-enabled Iggy server (requires TLS-configured Iggy instance)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@github-actions
Copy link
Contributor

🌟 Thank you for your contribution to the Apache Camel project! 🌟
🤖 CI automation will test this PR automatically.

🐫 Apache Camel Committers, please review the following items:

  • First-time contributors require MANUAL approval for the GitHub Actions to run
  • You can use the command /component-test (camel-)component-name1 (camel-)component-name2.. to request a test from the test bot although they are normally detected and executed by CI.
  • You can label PRs using build-all, build-dependents, skip-tests and test-dependents to fine-tune the checks executed by this PR.
  • Build and test logs are available in the summary page. Only Apache Camel committers have access to the summary.

⚠️ Be careful when sharing logs. Review their contents before sharing them publicly.

@oscerd
Copy link
Contributor

oscerd commented Mar 13, 2026

I think we should expose SSLContextParameters as configuration. This is for PQC.

@gnodet gnodet marked this pull request as ready for review March 13, 2026 09:33
@gnodet gnodet added the enhancement New feature or request label Mar 13, 2026
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@gnodet
Copy link
Contributor Author

gnodet commented Mar 13, 2026

@oscerd Makes sense — SSLContextParameters would give full control over TLS configuration including PQC cipher suites. This could be a follow-up enhancement on top of the current basic TLS options. I'll note it for a future iteration.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants