Authentication and encryption in Ray

Hi,

I want to run a Ray cluster in AWS EKS. For compliance reasons, all communication needs to be encrypted and authenticated (using OpenID Connect).

Communication can be :

  1. Between OnPrem to AWS (for example between OnPrem Ray client and Ray cluster on EKS)
  2. Within EKS cluster (for example between head node and worker nodes)

I could not find any information related to that in documentation.
Can someone please guide if Ray supports that or any way to achieve that?

Thanks in advance

Can someone please provide help regarding that?
I want to know about the current support in Ray for Authentication / Encryption and the future plan.

I would like to contribute to Ray to build/enhance the authentication and encryption support in Ray.