-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add TLS support to artemis scaler #6448
Labels
Comments
sambou90
added
feature-request
All issues for new features that have not been committed to
needs-discussion
labels
Dec 30, 2024
Makes sense, are you willing to contribute this? |
Hey @zroubalik would love to take a stab at it. |
7 tasks
chiragbhatia8
added a commit
to chiragbhatia8/keda
that referenced
this issue
Jan 9, 2025
Initial implementation for TLS support in Artemis Scaler. Issue: kedacore#6448 Signed-off-by: Chirag Bhatia <[email protected]>
7 tasks
chiragbhatia8
added a commit
to chiragbhatia8/keda
that referenced
this issue
Jan 9, 2025
…HTTPProtocol/natsStreamingHTTPSProtocol Issue: kedacore#6448 Signed-off-by: Chirag Bhatia <[email protected]>
chiragbhatia8
added a commit
to chiragbhatia8/keda
that referenced
this issue
Jan 13, 2025
Issue: kedacore#6448 Signed-off-by: Chirag Bhatia <[email protected]>
@zroubalik Please review this PR for adding TLS support to the Artemis scaler. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Proposal
It looks like the ActiveMQ Artemis scaler does not support TLS. The
http://
is hardcoded in the constant valuedefaultRestAPITemplate
: https://github.com/kedacore/keda/blob/main/pkg/scalers/artemis_scaler.go#L52It would be nice if there is the same possibility like in the ActiveMQ Scaler: https://github.com/kedacore/keda/blob/main/pkg/scalers/activemq_scaler.go#L50
Otherwise it seems like it is not possible to use TLS for secure connection.
Use-Case
Use scaler ActiveMQ Artemis with TLS for secure connection.
Is this a feature you are interested in implementing yourself?
Maybe
Anything else?
No response
The text was updated successfully, but these errors were encountered: