emqx-auth-redis icon indicating copy to clipboard operation
emqx-auth-redis copied to clipboard

EMQX Redis Authentication/ACL Plugin

Results 15 emqx-auth-redis issues
Sort by recently updated
recently updated
newest added

In AWS MemoryDB you must provide a username. If none is provided then it uses 'default' but you cannot set password for 'default' username in AWS. Feature - support AWS...

version:4.1.1 Make error : ...... From https://boringssl.googlesource.com/boringssl * branch 2070f8ad9151dc8f3a73bffaa146b5e6937a583f -> FETCH_HEAD Submodule path 'submodules/openssl/boringssl': checked out '2070f8ad9151dc8f3a73bffaa146b5e6937a583f' From https://github.com/krb5/krb5 * branch 890ca2f401924cdcb88f493950b04700bbe52db3 -> FETCH_HEAD Submodule path 'submodules/openssl/krb5': checked out...

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'...

Version Checked: 4.2.5, 4.2.11 Load plugin emqx_auth_redis error: {emqx_auth_redis, {bad_return, {{emqx_auth_redis_app,start,[normal,[]]}, {'EXIT', {{badmatch, {error, {{badmatch, {error, {, {child,undefined, emqx_auth_redis_eredis_cluster_monitor, {eredis_cluster_monitor, start_link, [emqx_auth_redis, [{type,cluster}, {pool_size,8}, {auto_reconnect,1}, {database,0}, {password,

Why is it not possible to connect to a redis instance with username and password (instead of only password)? Redis added supoort for username/password authentication in version 6.0.0. > The...

- EMQ X version (e.g. `emqx_ctl status`): - 4.3.3/4.2.12 - OS (e.g. `cat /etc/os-release`): - k8s Cluster 1.20 #redis EMQX_AUTH__REDIS__SERVER: *** EMQX_AUTH__REDIS__PASSWORD: *** EMQX_AUTH__REDIS__DATABASE: "1" EMQX_AUTH__REDIS__PASSWORD_HASH: sha256,salt EMQX_AUTH__REDIS__AUTH_CMD: HMGET mqtt_user:%u...

# How to configure redis sentinel password? - redis password: 123456 - redis-sentinel password: 654321 ## emqx_auth_redis.conf *emqx version: 4.2.5* ``` ##-------------------------------------------------------------------- ## Redis Auth/ACL Plugin ##-------------------------------------------------------------------- ## Redis Server...

set emqx_auth_redis.conf: `auth.redis.auth_cmd = eval "return redis.call('hmget','emqx:user:'..ARGV[1],'password')" 0 %u` get error `[Redis] Command: "eval \"return redis.call('hmget','emqx:user:'..ARGV[1],'password')\" 0 %u" failed: `

Loaded redis auth plugin. SSL is also enabled with emqx. If connected via mqtts it works fine, i.e it takes valid username password to authenticate. However if I use mqtt,...

support