Skip to content

docs: Add TLS support documentation for Artemis scaler#1637

Merged
zroubalik merged 2 commits intokedacore:mainfrom
thc1006:docs/artemis-tls-support
Oct 7, 2025
Merged

docs: Add TLS support documentation for Artemis scaler#1637
zroubalik merged 2 commits intokedacore:mainfrom
thc1006:docs/artemis-tls-support

Conversation

@thc1006
Copy link
Contributor

@thc1006 thc1006 commented Oct 7, 2025

Description

This PR adds comprehensive TLS/HTTPS support documentation for the ActiveMQ Artemis scaler.

Changes

New Parameters Documented

  • unsafeSsl - Skip certificate validation for HTTPS connections
  • ca - Certificate authority for TLS client authentication
  • cert - Client certificate for mutual TLS
  • key - Client private key for mutual TLS
  • keyPassword - Password for encrypted private keys

New Examples Added

  1. HTTPS with self-signed certificates: Using unsafeSsl: "true"
  2. Mutual TLS (mTLS): Complete example with client certificates

Related PR

Urgency

This documentation is needed for tomorrow's release to include the Artemis TLS feature.

Signed-off-by: thc1006 84045975+thc1006@users.noreply.github.com

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

3 participants