diff --git a/registry/handlers/app.go b/registry/handlers/app.go index 8901e196f..04e3a0703 100644 --- a/registry/handlers/app.go +++ b/registry/handlers/app.go @@ -525,6 +525,7 @@ func (app *App) createPool(cfg configuration.Redis) *redis.Client { res := cn.Ping(ctx) return res.Err() }, + Username: cfg.Username, Password: cfg.Password, DB: cfg.DB, MaxRetries: 3,