GoogleCloudPlatform / cloud-run-proxy

Local proxy for authenticating requests to Cloud Run
Apache License 2.0
127 stars 20 forks source link

Add support for http2 and grpc by enabling h2c #23

Closed DKbyo closed 1 year ago

DKbyo commented 1 year ago

Add -http2 flag to allow incoming connections on HTTP2 without TLS (h2c) and forwards request to HTTP2

This is fully compatible with grpcurl command by using -plaintext and all other tools/libraries that support HTTP2 without TLS (h2c).

Fixes #22