-
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
RabbitMQ Scalers -issues in connecting with TLS enabled #967
Comments
I have done a quick check and RabbitMQ Scaler TLS support is not implemented yet. https://github.com/kedacore/keda/blob/v2/pkg/scalers/rabbitmq_scaler.go#L138 this would need to use @maverickmetro is this something you are willing to contribute? |
Please review, I submitted a fix |
Signed-off-by: Anson Au <ansonau@gmail.com>
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. Thank you for your contributions. |
This issue has been automatically closed due to inactivity. |
Why this is solved? i didn't see the code merge |
I have added tls support for RabbitMQ getting inspiration from above MR, it's working for me. I would like to add it with Keda code. Can we reopen this issue, or should I create a new issue regarding it? |
Signed-off-by: Abhishek Mohite <b518004@iiit-bh.ac.in>
Signed-off-by: Abhishek Mohite <b518004@iiit-bh.ac.in>
Signed-off-by: Abhishek Mohite <b518004@iiit-bh.ac.in>
Signed-off-by: Abhishek Mohite <b518004@iiit-bh.ac.in>
Signed-off-by: Abhishek Mohite <b518004@iiit-bh.ac.in>
Signed-off-by: Abhishek Mohite <b518004@iiit-bh.ac.in>
* Add support for tls in rabbitmq scaler (#967) Signed-off-by: Abhishek Mohite <b518004@iiit-bh.ac.in> * Fix: linting errors Signed-off-by: Abhishek Mohite <b518004@iiit-bh.ac.in> * Fix: linting errors Signed-off-by: Abhishek Mohite <b518004@iiit-bh.ac.in> * Fix: linting errors Signed-off-by: Abhishek Mohite <b518004@iiit-bh.ac.in> * Fix: linting errors Signed-off-by: Abhishek Mohite <b518004@iiit-bh.ac.in> * Fix: linting errors Signed-off-by: Abhishek Mohite <b518004@iiit-bh.ac.in> * Fix: linting errors Signed-off-by: Abhishek Mohite <b518004@iiit-bh.ac.in> * Fix: linting errors Signed-off-by: Abhishek Mohite <b518004@iiit-bh.ac.in> * Add tests Signed-off-by: Abhishek Mohite <b518004@iiit-bh.ac.in> * Add suggested changes Signed-off-by: Abhishek Mohite <b518004@iiit-bh.ac.in> * Fix: linting errors Signed-off-by: Abhishek Mohite <b518004@iiit-bh.ac.in> * Fix: failing test Signed-off-by: Abhishek Mohite <b518004@iiit-bh.ac.in> Signed-off-by: Abhishek Mohite <b518004@iiit-bh.ac.in>
this issue is tracking some other closed pr when it should have been closed by #4086 merge. |
* added couchdb docs Signed-off-by: 26tanishabanik <26tanishabanik@gmail.com> * added connection string Signed-off-by: 26tanishabanik <26tanishabanik@gmail.com> * fixed host name Signed-off-by: 26tanishabanik <26tanishabanik@gmail.com> Signed-off-by: 26tanishabanik <26tanishabanik@gmail.com>
* Add tls auth doc for rabbitmq scaler (kedacore#967) Signed-off-by: Abhishek Mohite <b518004@iiit-bh.ac.in> * Update content/docs/2.10/scalers/rabbitmq-queue.md Co-authored-by: Jorge Turrado Ferrero <Jorge_turrado@hotmail.es> Signed-off-by: Abhishek Mohite <abhishekmohite421@gmail.com> Signed-off-by: Abhishek Mohite <b518004@iiit-bh.ac.in> Signed-off-by: Abhishek Mohite <abhishekmohite421@gmail.com> Co-authored-by: Jorge Turrado Ferrero <Jorge_turrado@hotmail.es>
When we have a TLS enabled Rabbit MQ service hosted in the cloud, Rabbit MQ scaler is not able to connect to the Rabbit MQ host Receiving the below error in Keda Operator API service pod . In Rabbit MQ Scaler i used the apiHost parameter with https protocol.
Expected Behavior
Actual Behavior
Steps to Reproduce the Problem
Sample Scaled Object Yaml:
Specifications
// EDIT: fixed formating (Zbynek)
The text was updated successfully, but these errors were encountered: