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

AUTH Password support #58

Closed
gabriel-alecu opened this issue Jun 19, 2016 · 2 comments
Closed

AUTH Password support #58

gabriel-alecu opened this issue Jun 19, 2016 · 2 comments

Comments

@gabriel-alecu
Copy link

gabriel-alecu commented Jun 19, 2016

There doesn't seem to be any support for a Redis AUTH Password, which is pretty much a requirement if the expose feature is used.

@gabriel-alecu gabriel-alecu changed the title AUTH support AUTH Password support Jun 19, 2016
@josegonzalez
Copy link
Member

Would either of you be willing to contribute a PR to include this support, or potentially sponsor the work?

josegonzalez added a commit that referenced this issue Aug 28, 2016
This change makes password authentication required
for redis usage, and removes anonymous access. Users
will need to change their underlying clients to enable
writing the auth token for authenticating, otherwise
requests will fail.

This is a non-optional change, and improves security
for users who wish to expose their redis installations
outside of their network.
josegonzalez added a commit that referenced this issue Aug 29, 2016
This change makes password authentication required
for redis usage, and removes anonymous access. Users
will need to change their underlying clients to enable
writing the auth token for authenticating, otherwise
requests will fail.

This is a non-optional change, and improves security
for users who wish to expose their redis installations
outside of their network.
@josegonzalez
Copy link
Member

Closing as there is an open pull request.

josegonzalez added a commit that referenced this issue Aug 29, 2016
This change makes password authentication required
for redis usage, and removes anonymous access. Users
will need to change their underlying clients to enable
writing the auth token for authenticating, otherwise
requests will fail.

This is a non-optional change, and improves security
for users who wish to expose their redis installations
outside of their network.
josegonzalez added a commit that referenced this issue Aug 29, 2016
This change makes password authentication required
for redis usage, and removes anonymous access. Users
will need to change their underlying clients to enable
writing the auth token for authenticating, otherwise
requests will fail.

This is a non-optional change, and improves security
for users who wish to expose their redis installations
outside of their network.
josegonzalez added a commit that referenced this issue Sep 21, 2016
This change makes password authentication required
for redis usage, and removes anonymous access. Users
will need to change their underlying clients to enable
writing the auth token for authenticating, otherwise
requests will fail.

This is a non-optional change, and improves security
for users who wish to expose their redis installations
outside of their network.
josegonzalez added a commit that referenced this issue Sep 24, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants