Assigned
Status Update
Comments
ve...@google.com <ve...@google.com> #2
I have forwarded this request to the engineering team. We will update this issue with any progress updates and a resolution.
No update yet.
Description
Problem you have encountered:
When using gRPC to contact the metadata server, requests are intercepted by Envoy proxy which returns HTTP error 426 as HTTP1.0 is used by default.
What you expected to happen:
We expect a HTTP status 200 and a token as response
Steps to reproduce:http://metadata.google.internal.//computeMetadata/v1/instance/service-accounts/default/token " with required "Metadata-Flavor: Google" header
httpcli request to "
Other information (workarounds you have tried, documentation consulted, etc):