-
-
Notifications
You must be signed in to change notification settings - Fork 766
Fix the amqp connection for WorkflowExecutionHandler to pass the SSL params #4845
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
Conversation
bebf651
to
796865e
Compare
Thanks for the contribution and good catch. The fix indeed looks correct 👍 |
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.
@mtatsuma Can you also include a Changelog record in https://github.com/StackStorm/st2/blob/master/CHANGELOG.rst file for this fix?
c8c0d83
to
3533d02
Compare
SSL params. To pass the SSL params, get_connection() should be used instead. Related commit: dd4465a
I rebased and pushed again to pass the checks! |
Based on the linked commit, this looks like a replacement that Kami missed in the original commit. Since he's also already approved it previously, and it passes CI, I'm just going to merge it in even though technically it should get a re-review due to the rebase. |
To pass the SSL params, get_connection() should be used instead.
Related commit: dd4465a