codeflare-sdk icon indicating copy to clipboard operation
codeflare-sdk copied to clipboard

Switch to Using Istio for Auth(z)

Open KPostOffice opened this issue 2 years ago • 0 comments

Name of Feature or Improvement

https://github.com/project-codeflare/codeflare-sdk/pull/298#issuecomment-1771546096

Use Istio/Service Mesh so that the end user doesn't need the elevated permissions we see with the current implementation.

Description of Problem the Feature Should Solve

Auth needs to gate access to both the dashboard api and the dashboard ui which are served on the same port.

Describe the Solution You Would Like to See

code is added to ODH operator most likely which automatically puts Service Mesh auth in front of Ray cluster dashboard

KPostOffice avatar Oct 20 '23 14:10 KPostOffice