You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What happened:
Thanos is sending "default" instead of configured username to redis cache
What you expected to happen:
Thanos sends the username I configured in the config yaml.
How to reproduce it:
Configure a redis 6 cluster with username and password.
Configure the thanos frontend with cache config file:
Type: "REDIS"
config:
username: "username"
password: "password"
addr: "address:port"
thanos version: 0.34.0, 0.33.0, 0.32.5
Redis version: 6.0.16
What happened:
Thanos is sending "default" instead of configured username to redis cache
What you expected to happen:
Thanos sends the username I configured in the config yaml.
How to reproduce it:
Configure a redis 6 cluster with username and password.
Configure the thanos frontend with cache config file:
Type: "REDIS"
config:
username: "username"
password: "password"
addr: "address:port"
Thanos 0.34.0 logs:
caller=main.go:135 level:error err="creating redis client: WRONGPASS invalid username-password pair"
The reddis logs show login attempts with username "default" and password "password"
I'm using images from dockerhub (thanosio/thanos)
The text was updated successfully, but these errors were encountered: