Skip to content

fix: use correct default Redis/Valkey username in .env.example#361

Open
cnuthalapati wants to merge 1 commit into
LogicLabs-OU:mainfrom
cnuthalapati:fix/env-redis-user-default
Open

fix: use correct default Redis/Valkey username in .env.example#361
cnuthalapati wants to merge 1 commit into
LogicLabs-OU:mainfrom
cnuthalapati:fix/env-redis-user-default

Conversation

@cnuthalapati
Copy link
Copy Markdown

Summary

  • The docker-compose.yml starts Valkey with --requirepass only (no custom ACL user), so the only valid username is default
  • .env.example shipped REDIS_USER=notdefaultuser which does not exist, causing a WRONGPASS error on every fresh install

Fixes #347

The docker-compose.yml starts Valkey with --requirepass only (no custom
ACL user), so the only valid username is 'default'. The previous value
'notdefaultuser' causes WRONGPASS on every fresh install.

Fixes LogicLabs-OU#347

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@github-actions
Copy link
Copy Markdown


Thank you for your submission, we really appreciate it. Like many open-source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution. You can sign the CLA by just posting a Pull Request Comment same as the below format.


I have read the CLA Document and I hereby sign the CLA


You can retrigger this bot by commenting recheck in this Pull Request. Posted by the CLA Assistant Lite bot.

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

Successfully merging this pull request may close these issues.

Redis/Valkey = WRONGPASS invalid username-password pair or user is disabled

1 participant