ray-project / ray

Ray is an AI compute engine. Ray consists of a core distributed runtime and a set of AI Libraries for accelerating ML workloads.
https://ray.io
Apache License 2.0
34.23k stars 5.81k forks source link

[Feature] Support IAM Authentication for Redis #49001

Open DerekTBrown opened 2 hours ago

DerekTBrown commented 2 hours ago

Description

AWS encourages users to use IAM Authentication for Elasticache instead of password-based authentication. Ray + KubeRay should support this authentication mode.

See: https://github.com/ray-project/kuberay/issues/1888

Use case

No response

DerekTBrown commented 2 hours ago

cc: @kevin85421