-
Notifications
You must be signed in to change notification settings - Fork 27
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: allow secure rabbit protocol (⚠️DevOPS) #4567
✨RabbitMQ: allow secure rabbit protocol (⚠️DevOPS) #4567
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.
👍
Codecov Report
@@ Coverage Diff @@
## master #4567 +/- ##
=========================================
- Coverage 88.1% 84.9% -3.2%
=========================================
Files 552 1008 +456
Lines 27498 43200 +15702
Branches 534 1014 +480
=========================================
+ Hits 24227 36718 +12491
- Misses 3147 6263 +3116
- Partials 124 219 +95
Flags with carried forward coverage won't be shown. Click here to find out more.
|
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.
super thank you
61f0bec
to
f1b2a56
Compare
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
Code Climate has analyzed commit f1b2a56 and detected 0 issues on this pull request. View more on Code Climate. |
What do these changes do?
This PR allows the usage of an external secured RabbitMQ service via a new ENV variable RABBIT_SECURE
⚠️ : New RABBIT_SECURE ENV which is a boolean, may be anything that pydantic transfers to True/False (e.g. "true", "false", 0, 1, etc...)
Related issue/s
How to test
DevOps Checklist