-
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 support for tls in rabbitmq scaler (#967) #4086
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fix linting errors
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the improvement!
I have left some comments inline
fe0dba5
to
25f93f9
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you resolve the conflicts in the changelog please? Changes look good but CI checks are blocked |
There still are conflicts in CHANGELOG.md, could you fix them? 🙏 |
/run-e2e rabbit* |
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>
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>
/run-e2e rabbit* |
Signed-off-by: Abhishek Mohite b518004@iiit-bh.ac.in
Added tls support to rabbit mq with scaler configuration much like kafka. Checking if tls is enabled by using tls auth parameter. Calling DialTLS by passing tls auth parameters like ca, cert, key to it if tls is enabled.
Checklist
Fixes #
Solved error connecting to RabbitMQ host using certificate on using amqps.
Relates to #