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

[WorkwebUI] Add AUTH support for password protected redis servers. #114

Open
darkpssngr opened this issue Oct 17, 2018 · 2 comments
Open

Comments

@darkpssngr
Copy link

Right now its not possible to start the WebUI when the redis servers need auth. Can we add an option call --redisPassword and update the dialer to use it if its present.

@chemdrew
Copy link

Looks like the connection string is being parsed using IANA specification (https://www.iana.org/assignments/uri-schemes/prov/redis)

I didn't use a username in auth so for me it was just this command to get it running

workwebui -redis="redis://:my_super_secret_password@redis.example.com:6379"

@rivernews
Copy link

Looks like the connection string is being parsed using IANA specification (https://www.iana.org/assignments/uri-schemes/prov/redis)

I didn't use a username in auth so for me it was just this command to get it running

workwebui -redis="redis://:my_super_secret_password@redis.example.com:6379"

Yeah, for anyone who got the error ERR wrong number of arguments for 'AUTH' command, make sure you remove the username portion of it as @chemdrew did. Not sure why username causes trouble, I'm using Redis Cloud addon from Heroku which provides a username in the redis URL. But as long as I remove username I don't get any trouble accessing redis now.

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

No branches or pull requests

3 participants