-
Notifications
You must be signed in to change notification settings - Fork 6.4k
chore: Make dev env redis password protected #19863
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
chore: Make dev env redis password protected #19863
Conversation
❌ Preview Environment deleted from BunnyshellAvailable commands (reply to this comment):
|
❌ Preview Environment deleted from BunnyshellAvailable commands (reply to this comment):
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #19863 +/- ##
==========================================
+ Coverage 55.80% 55.83% +0.02%
==========================================
Files 320 320
Lines 44393 44393
==========================================
+ Hits 24773 24785 +12
+ Misses 17056 17044 -12
Partials 2564 2564 ☔ View full report in Codecov by Sentry. |
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.
Tested and works really well.
I've added a small comment, feel free to add if it is necessary otherwise there is no harm ignoring it either.
Signed-off-by: reggie-k <regina.voloshin@codefresh.io>
…b.com/reggie-k/argo-cd into make-dev-env-redis-password-protected
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.
Left some comments, thanks!
Co-authored-by: Nitish Kumar <justnitish06@gmail.com> Signed-off-by: Regina Voloshin <19544836+reggie-k@users.noreply.github.com>
Co-authored-by: Nitish Kumar <justnitish06@gmail.com> Signed-off-by: Regina Voloshin <19544836+reggie-k@users.noreply.github.com>
Signed-off-by: reggie-k <regina.voloshin@codefresh.io>
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.
LGTM
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.
LGTM
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.
Awesome! Thanks!
* create pr Signed-off-by: reggie-k <regina.voloshin@codefresh.io> * create pr Signed-off-by: reggie-k <regina.voloshin@codefresh.io> * create pr Signed-off-by: reggie-k <regina.voloshin@codefresh.io> * initial Signed-off-by: reggie-k <regina.voloshin@codefresh.io> * initial Signed-off-by: reggie-k <regina.voloshin@codefresh.io> * initial Signed-off-by: reggie-k <regina.voloshin@codefresh.io> * checking Redis is installed locally per Nitish's suggestion Signed-off-by: reggie-k <regina.voloshin@codefresh.io> * Update hack/start-redis-with-password.sh Co-authored-by: Nitish Kumar <justnitish06@gmail.com> Signed-off-by: Regina Voloshin <19544836+reggie-k@users.noreply.github.com> * Update hack/start-redis-with-password.sh Co-authored-by: Nitish Kumar <justnitish06@gmail.com> Signed-off-by: Regina Voloshin <19544836+reggie-k@users.noreply.github.com> * fixed unreachable code Signed-off-by: reggie-k <regina.voloshin@codefresh.io> --------- Signed-off-by: reggie-k <regina.voloshin@codefresh.io> Signed-off-by: Regina Voloshin <19544836+reggie-k@users.noreply.github.com> Co-authored-by: Nitish Kumar <justnitish06@gmail.com> Signed-off-by: Adrian Aneci <aneci@adobe.com>
Closes #19865
Checklist: