#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
Eduardo Apolinario (eapolinario)
10/27/2022, 11:33 PM
@Yuvraj, have you tried (or know of anyone who did) to install flyte behind istio?
y
Yuvraj
10/28/2022, 5:23 AM
No, But i don’t see any issue, @Sujith Samuel Did you face any issue with istio ?
s
Sujith Samuel
11/02/2022, 4:24 AM
I was able to figure out stuff with Istio. Now my cluster is running fine
e
Eduardo Apolinario (eapolinario)
11/03/2022, 12:09 AM
Nice. @Sujith Samuel, can you share how you configured it?
s
Sujith Samuel
11/09/2022, 5:48 PM
@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