<#CP2HDHKE1|> Has anyone tried installing Flyte in...
# flyte-support
s
#CP2HDHKE1 Has anyone tried installing Flyte in a service mesh like Istio. What I am trying is to setup Istio with an oauth provider which then authenticates users to flyte....
h
@great-school-54368, have you tried (or know of anyone who did) to install flyte behind istio?
g
No, But i don’t see any issue, @stocky-notebook-88311 Did you face any issue with istio ?
s
I was able to figure out stuff with Istio. Now my cluster is running fine
h
Nice. @stocky-notebook-88311, can you share how you configured it?
s
@high-accountant-32689, so we have set up a custom-provider in Istio which points to oauth2 service which generates the token and adds to the headers. Once that is done, we have put all the services behind an istio-gateway and set up authentication and authorization rules which will verify the correct details in the token. After that the request will be routed to the flyte virtual service again defined in Istio.
👍 1
the virtual service should have all the grpc endpoints and the http endpoints for correct routing
182 Views