-
Notifications
You must be signed in to change notification settings - Fork 471
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
Authentication no longer working after updating to Redis 6 #403
Comments
command line looks right. |
maybe related to this: redis/ioredis#1097 |
just testet with latest redis from dockerhub (6.0.1) and started with Can you please give the entire redis server config - at least the auth/acl/security related settings? |
I also pulled the latest Redis version (6.0.1) and now it's working again. |
without the |
@3p3r using new Redis 6 acls with username/password is currently not supported. PR anyone? |
created #411 to track this |
Waiting for update |
Hi,
we updated our Redis test server to Redis 6 yesterday. Since then the redis-commander is no longer able to authenticate (while our applications using it still can). We use the following command to run redis-commander:
docker run --rm --name redis-commander --env REDIS_HOSTS=RedisTest:our_redis_host:6379:1:some_password -p 8181:8081 rediscommander/redis-commander:latest
We now get this error:
The password stays the same and we did not start to use ACL, we just change from Redis version 5 to Redis version 6 in Dockerfile.
Are we doing something wrong or is redis-commander not yet ready for Redis 6?
Thanks,
Christian
The text was updated successfully, but these errors were encountered: