Need of ray dashboard authentication

Can we enable authentication for ray dashboard access over port 8265?

Is there any way to achieve this?

Does Ray provide any authentication out of the box? I’m not aware of any.
cc: @sangcho @aguo

Unfortunately, there is no built in authentication for the ray dashboard. I recommend putting a reverse proxy layer in front of the dashboard which can provide basic authentication.