You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 @kyessenovThe text was updated successfully, but these errors were encountered: