RedisLabs / spark-redis

A connector for Spark that allows reading and writing to/from Redis cluster
BSD 3-Clause "New" or "Revised" License
935 stars 368 forks source link

Unable to auth as a specific user. #328

Closed gmadip closed 2 years ago

gmadip commented 2 years ago

the "spark.redis.auth" parameter always authenticates against the default user. There should be a parameter to authenticate against other users.

justinTM commented 2 years ago

@fe2s looks like 2.7.0 has user parameter; I'm wondering if we could find a way to cherry pick commit from 2.7.0 (1e3ba7a069594f25f40c0ecf3d65b44429654383) into 3.0.0?

adityaprakash-thoughtworks-sde commented 2 years ago

@fe2s It would be great if this is implemented for 3.0.0. Are we planning to merge this feature with 3.0.0 anytime soon?