grpc-gateway icon indicating copy to clipboard operation
grpc-gateway copied to clipboard

gRPC to JSON proxy generator following the gRPC HTTP spec

Results 179 grpc-gateway issues
Sort by recently updated
recently updated
newest added

# There is no` examples/main.go` in examples ``` ... server/main.go: service implementation main.go: entrypoint of the generated reverse proxy ... ``` # Init dependencies failed > ➜ examples git:(master) dep...

help wanted
documentation
good first issue

If not direct support we should have clear documentation on how to pass traces across httpgrpc boundaries.

enhancement
help wanted

I'm trying to export REST APIs and the problem is that in my PUT request, client usually tries to pass only fields to update, but the generated proto will set...

enhancement
help wanted
documentation

Hi, is there a way to do mutual TLS authentication between the client and grpc-gateway? I'd like to check if the client's public key is in a list or the...

help wanted
documentation

Go to https://editor.swagger.io/ Click File -> Import URL Enter `https://raw.githubusercontent.com/grpc-ecosystem/grpc-gateway/master/examples/proto/examplepb/a_bit_of_everything.swagger.json` (current ABE example) Find some validation errors: ``` Schema error at paths['/v1/example/a_bit_of_everything/echo/{value}'].get.responses['404'] should NOT have additional properties additionalProperty: description, schema...

help wanted
question
waiting on reporter
openapi

We're on 2.1.6 while 2.2.0 is latest: https://github.com/swagger-api/swagger-codegen/releases As it stands this creates a barrier to contribution as folks will run into errors.

enhancement
openapi

Bazel is much more hermetic and we keep harming contributors who just want to help by using this leaky abstraction.

enhancement
cleanup

Due to backward compatibility issue, I am forced to use proto2. I am not sure if my clients can keep on using proto2 and I can move to proto3. Also...

enhancement
help wanted

# Please follow the general troubleshooting steps first: - [x] Update your protoc to the [latest version](https://github.com/google/protobuf/releases) - [x] Update your copy of `grpc-gateway` to the latest version from github....

bug
help wanted
waiting on reporter
openapi

There seems to be some community confusion around possible deployment paths. We should have better docs that show how you can embed the gateway into your grpc server.

help wanted
documentation