docs: Add TLS support documentation for Artemis scaler#1637
Merged
zroubalik merged 2 commits intokedacore:mainfrom Oct 7, 2025
Merged
docs: Add TLS support documentation for Artemis scaler#1637zroubalik merged 2 commits intokedacore:mainfrom
zroubalik merged 2 commits intokedacore:mainfrom
Conversation
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.
Description
This PR adds comprehensive TLS/HTTPS support documentation for the ActiveMQ Artemis scaler.
Changes
New Parameters Documented
unsafeSsl- Skip certificate validation for HTTPS connectionsca- Certificate authority for TLS client authenticationcert- Client certificate for mutual TLSkey- Client private key for mutual TLSkeyPassword- Password for encrypted private keysNew Examples Added
unsafeSsl: "true"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