Skip to content
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

Support for REDIS Auth #187

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

Support for REDIS Auth #187

wants to merge 6 commits into from

Conversation

mgddp
Copy link

@mgddp mgddp commented Sep 18, 2017

Allow REDIS Auth to be configured as part of host configuration. Configure JEDIS client to set Auth if available in host configuration.

2) Configure JEDIS client to use REDIS password if available ( i.e. not null)
@ipapapa
Copy link
Contributor

ipapapa commented Sep 28, 2017

That code would probably never be executed because nobody is setting the password. Any thoughts about that? Moreover, it would be nice to include several test cases that showcase the functionality of the added feature and the proper execution.

@ipapapa ipapapa self-assigned this Sep 28, 2017
@mgddp
Copy link
Author

mgddp commented Oct 13, 2017

Plan to use it with netflix conductor.

@ipapapa
Copy link
Contributor

ipapapa commented Nov 16, 2017

My comment was about the code not being executed, not how you plan to use it. This PR also needs test case coverage.

mgddp and others added 3 commits December 27, 2017 11:50
Continue if Javadoc build fails
Disable JavaDoc for testing
Copy link
Contributor

@ipapapa ipapapa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Any plans to move forward? There seem to be a few a things that need to be done.

@davidwadden
Copy link
Contributor

This PR can be closed as #244 has been merged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants