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

Value is not reflecting in emqx_auth_redis.conf file #204

Open
VaibhavMishra2069 opened this issue Dec 16, 2021 · 0 comments
Open

Value is not reflecting in emqx_auth_redis.conf file #204

VaibhavMishra2069 opened this issue Dec 16, 2021 · 0 comments

Comments

@VaibhavMishra2069
Copy link

VaibhavMishra2069 commented Dec 16, 2021

I have docker-compose.file. We are passing redis server, redis password but these values are not coming in emqx_auth_redis.conf file, so emqx is not able to connect with redis.

version: '3'
services:
emqx:
image: emqx/emqx:4.3.10
restart: always
environment:
- EMQX_LOG__LEVEL=info
- EMQX_LOADED_PLUGINS=emqx_auth_redis
- EMQX_AUTH__REDIS__SERVER= <-server-ip->:6380
- EMQX_AUTH__REDIS__PASSWORD= <-password->
- EMQX_AUTH__REDIS__AUTH_CMD=HMGET mqtt_user:%u password salt
- EMQX_AUTH__REDIS__PASSWORD_HASH=salt,sha256
- EMQX_AUTH__REDIS__SSL=on
- EMQX_AUTH__REDIS__TYPE=single

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

1 participant