<#CP2HDHKE1|ask-the-community> Has anyone tried in...
# ask-the-community
s
#ask-the-community 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....
e
@Yuvraj, have you tried (or know of anyone who did) to install flyte behind istio?
y
No, But i don’t see any issue, @Sujith Samuel Did you face any issue with istio ?
s
I was able to figure out stuff with Istio. Now my cluster is running fine
e
Nice. @Sujith Samuel, can you share how you configured it?
s
@Eduardo Apolinario (eapolinario), 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.
the virtual service should have all the grpc endpoints and the http endpoints for correct routing
175 Views