spec icon indicating copy to clipboard operation
spec copied to clipboard

gRPC callouts: remove specialized hostcalls

Open PiotrSikora opened this issue 1 year ago • 0 comments

Since gRPC it's built on top of HTTP, it's debatable whether we need a specialized hostcall for gRPC callouts or if SDKs could provide them themselves.

As far as I recall, we've added those because Envoy implemented them using grpc library that automatically authenticated service accounts on GCP, but I'm not sure if that's still needed? cc @kyessenov

PiotrSikora avatar Oct 09 '24 06:10 PiotrSikora