Add possibility to use different passwords for Sentinel and Redis host (#1698) - #3140
Conversation
mgravell
left a comment
There was a problem hiding this comment.
Concept is great, +1; a few nits in the ConfigurationOptions piece just because that type is super weird (not your fault), and I'm not a huge fan of the clone usage - I welcome your thoughts there.
Thanks! |
…nOptions - fixed typos, so fields, not properties, are used on the correct places
|
@mgravell is there a nice/correct way to clear the CodeQL security failure or do I need to add an inline suppression message? |
|
I have dismissed the CodeQL alert; the alert is "right" in that this should be a considered decision, but this is an entirely consistent and appropriateusage. |
mgravell
left a comment
There was a problem hiding this comment.
super close now; sorry to be pedantic on some of these - I'm not trying to frustrate you
|
(note Windows CI may stall due to a packaging bug in 8.10 - server folks are looking into it; I've added a workaround in |
Does not feel like it :P
Don't worry about that! Better safe than sorry ... |
Co-authored-by: Marc Gravell <marc.gravell@gmail.com>
Co-authored-by: Marc Gravell <marc.gravell@gmail.com>
…) in ConnectionMultiplexer.Sentinel
|
I moved back to overwriting the user/pw with the Sentinel credentials in the I tried to implement the usage of the Sentinel credentials in the Maybe this can be accepted as a stable and working solution (tested this build thorough in our corporate OTA environment), as we really need this solution in the short term. |
|
OK; we do need the |
|
(sorry for force-push; repairing after a git identity failure) |
|
Thank you for the quick responses, feedback and release. |
Adding the possibility to use different passwords for Sentinel and Redis host.
Fixing the long standing issue #1698
Checklist