mirror of
https://github.com/minio/minio.git
synced 2025-11-09 13:39:46 -05:00
feat: add user specific redis auth (#19285)
This commit is contained in:
@@ -250,6 +250,10 @@ func SetNotifyRedis(s config.Config, redisName string, cfg target.RedisArgs) err
|
||||
Key: target.RedisPassword,
|
||||
Value: cfg.Password,
|
||||
},
|
||||
config.KV{
|
||||
Key: target.RedisUser,
|
||||
Value: cfg.User,
|
||||
},
|
||||
config.KV{
|
||||
Key: target.RedisKey,
|
||||
Value: cfg.Key,
|
||||
|
||||
Reference in New Issue
Block a user