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

Redis password configuration missing #54

Closed
NunoSav opened this issue Oct 21, 2022 · 1 comment
Closed

Redis password configuration missing #54

NunoSav opened this issue Oct 21, 2022 · 1 comment

Comments

@NunoSav
Copy link

NunoSav commented Oct 21, 2022

I'm setting Chirpstack v4 in a cluster and unless i disable Redis authentication i'm unable to get Chirpstack pod running healthy. Disabling Auth in Redis fixes it.

@brocaar
Copy link
Contributor

brocaar commented Nov 2, 2022

Doesn't this work to use password as password (please adapt number of nodes, IP / hostnames and ports to your own setup)?

  servers=[
    "redis://:password@127.0.0.1:6379",
    "redis://:password@127.0.0.1:6378",
    "redis://:password@127.0.0.1:6377",  
]

@brocaar brocaar closed this as completed in 937f12d Nov 2, 2022
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

2 participants