tetratelabs / tetrate-service-bridge-sandbox

Deploy Tetrate Service Bridge Demo on Azure Kubernetes Service (AKS), Google Kubernetes Engine (GKE) and/or Elastic Kubernetes Service (EKS) using Terraform
Apache License 2.0
12 stars 10 forks source link

Do not use `:` in Redis passwords #200

Closed nacx closed 1 year ago

nacx commented 1 year ago

If password contains the : character it will be read as Base64 auth and split into username and password, leading to error like this in the ratelimit-server:

time="2023-01-09T17:31:24Z" level=warning msg="enabling authentication to redis on redis-master.tsb-ratelimit.svc.cluster.local:6379 with user i>chwmz"
creating redis connection error : WRONGPASS invalid username-password pair or user is disabled.
smarunich commented 1 year ago

thank you, as indeed I did a face a single time failure, but was not on a different to troubleshoot.