I would like to set up an auth policy on a GRPC service through Istio.
Currently, it's possible to add the policy on regular HTTP services, as you can use the Authorization
header to pass the JWT token to the service. I'm a bit lost as it doesn't seem to be a similar policy for GRPC services (where you could include the token in the metadata of the request).
Has anyone managed to add an auth policy to a GRPC service managed by Istio?