-
Notifications
You must be signed in to change notification settings - Fork 5.4k
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
fix(cli): cherrypick Redis password fix #19599 into 2.12 #20262
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.
Please fix the CI Failures.
@nitishfy @pasha-codefresh cherrypicked #19039 too as a prerequisite for redis fix |
05241f8
to
2d1e339
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## release-2.12 #20262 +/- ##
=============================================
Coverage 50.35% 50.36%
=============================================
Files 313 313
Lines 43155 43167 +12
=============================================
+ Hits 21729 21739 +10
- Misses 18939 18940 +1
- Partials 2487 2488 +1 ☔ View full report in Codecov by Sentry. |
…goproj#19035) (argoproj#19039) * chore: add optional password setting for headless redis client Signed-off-by: Rachel Sheikh <[email protected]> * fix: remove import cycle Signed-off-by: Rachel Sheikh <[email protected]> * fix: add shared SetOptionalRedisPasswordFromKubeConfig method Signed-off-by: Rachel Sheikh <[email protected]> * fix: export redis consts Signed-off-by: Rachel Sheikh <[email protected]> * test: add test cases for SetOptionalRedisPasswordFromKubeConfig() Signed-off-by: Rachel Sheikh <[email protected]> * chore: go mod tidy Signed-off-by: Rachel Sheikh <[email protected]> * fix: use require instead of assert Signed-off-by: Rachel Sheikh <[email protected]> * fix: Update common/common.go Co-authored-by: Michael Crenshaw <[email protected]> Signed-off-by: Rachel Sheikh <[email protected]> --------- Signed-off-by: Rachel Sheikh <[email protected]> Signed-off-by: Rachel Sheikh <[email protected]> Co-authored-by: Michael Crenshaw <[email protected]>
Signed-off-by: Netanel Kadosh <[email protected]>
Checklist: