Gustavo Passini
Gustavo Passini
The [build is green](https://app.circleci.com/pipelines/github/fullstorydev/grpcurl/79/workflows/e7923a47-d2f7-4d53-b95e-9fbb3ea7b910). We need to figure out why GitHub is not reporting the correct status, but in the meanwhile I think we can already merge this PR.
FWIW GoCloud doesn't support AlloyDB yet, but there's a open issue to add that: https://github.com/google/go-cloud/issues/3241
We're in a similar situation at the company I work for. Unfortunately even changing the user that runs all tests wouldn't work for us, because some test setups currently _require_...
Both a HTTP middleware, or a simpler `grpchan` change to replicate this `grpc-go` check could work for our use case: https://github.com/grpc/grpc-go/blob/775150f68c1759ad4b1230d09fe41efb6f3c76ad/internal/metadata/metadata.go#L89-L98 The idea of implementing this in `httpgrpc` came because...