I currently have a service whose function is to authenticate. What I require is that if you want to consume any other service of my kubernetes first go through the authentication service.
I have looked for ways to do this but it is always done with external services, example Auth0.
Do you know any way to do this through the EnvoyFilter?