mirror of
https://github.com/minio/minio.git
synced 2025-11-09 05:34:56 -05:00
feat: add user specific redis auth (#19285)
This commit is contained in:
@@ -674,6 +674,12 @@ var (
|
||||
Sensitive: true,
|
||||
Secret: true,
|
||||
},
|
||||
config.HelpKV{
|
||||
Key: target.RedisUser,
|
||||
Description: "Redis server user for the auth",
|
||||
Optional: true,
|
||||
Type: "string",
|
||||
},
|
||||
config.HelpKV{
|
||||
Key: target.RedisQueueDir,
|
||||
Description: queueDirComment,
|
||||
|
||||
Reference in New Issue
Block a user