Skip to content
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

Open
sambou90 opened this issue Dec 30, 2024 · 0 comments
Open

Add TLS support to artemis scaler #6448

sambou90 opened this issue Dec 30, 2024 · 0 comments
Labels
feature-request All issues for new features that have not been committed to needs-discussion

Comments

@sambou90
Copy link

Proposal

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

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

@sambou90 sambou90 added feature-request All issues for new features that have not been committed to needs-discussion labels Dec 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request All issues for new features that have not been committed to needs-discussion
Projects
Status: To Triage
Development

No branches or pull requests

1 participant