We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It looks like the ActiveMQ Artemis scaler does not support TLS. The http:// is hardcoded in the constant value defaultRestAPITemplate: https://github.com/kedacore/keda/blob/main/pkg/scalers/artemis_scaler.go#L52
http://
defaultRestAPITemplate
It 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 scaler ActiveMQ Artemis with TLS for secure connection.
Maybe
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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: