-
Notifications
You must be signed in to change notification settings - Fork 1.2k
feat: Allowing password based authentication and SSL for Redis in Java feature server #2322
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
Conversation
…va feature server Signed-off-by: Danny Chiao <[email protected]>
Signed-off-by: Danny Chiao <[email protected]>
Signed-off-by: Danny Chiao <[email protected]>
Codecov Report
@@ Coverage Diff @@
## master #2322 +/- ##
==========================================
+ Coverage 58.73% 58.76% +0.02%
==========================================
Files 116 116
Lines 9888 9894 +6
==========================================
+ Hits 5808 5814 +6
Misses 4080 4080
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
java/serving/src/main/java/feast/serving/config/ApplicationProperties.java
Outdated
Show resolved
Hide resolved
java/serving/src/main/java/feast/serving/config/ApplicationProperties.java
Outdated
Show resolved
Hide resolved
andrijaperovic
left a comment
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.
@adchia do you plan to port the tcp keepalive and socket resolver changes as well? Or you want me to add these changes separately.
@andrijaperovic yeah can you make the other changes too? Wanted to get this one in first since it's blocking some users |
...nectors/redis/src/main/java/feast/storage/connectors/redis/retriever/RedisClusterClient.java
Show resolved
Hide resolved
Signed-off-by: Danny Chiao <[email protected]>
Signed-off-by: Danny Chiao <[email protected]>
|
friendly bump @woop |
java/serving/src/main/java/feast/serving/config/ApplicationProperties.java
Show resolved
Hide resolved
Signed-off-by: Danny Chiao <[email protected]>
Signed-off-by: Danny Chiao <[email protected]>
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: adchia, woop The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/lgtm |
What this PR does / why we need it:
This is a partial forward port of feast-dev/feast-java-old#44 to enable auth for Redis in the Java feature server (Python already handles this)
Which issue(s) this PR fixes:
Fixes # #2285
Does this PR introduce a user-facing change?: