-
Notifications
You must be signed in to change notification settings - Fork 217
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
feat(cache/redis): support ca certificate and insecure tls options #3107
Conversation
Signed-off-by: Roman Dmytrenko <rdmytrenko@gmail.com>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #3107 +/- ##
==========================================
+ Coverage 70.78% 72.35% +1.57%
==========================================
Files 91 102 +11
Lines 8729 7662 -1067
==========================================
- Hits 6179 5544 -635
+ Misses 2165 1708 -457
- Partials 385 410 +25 ☔ View full report in Codecov by Sentry. |
8eee557
to
57f7bfd
Compare
Signed-off-by: Roman Dmytrenko <rdmytrenko@gmail.com>
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.
Change is solid 💪 One vito-able thought around validating the mutual exclusiveness of CACertBytes and CACertPath. Otherwise. LGTM.
Signed-off-by: Roman Dmytrenko <rdmytrenko@gmail.com>
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.
looks great! thank you @erka
you guys are amazing 👍 👍 👍 |
related #3105