George Oakling
George Oakling
Hi guys, having following definition: ``` message Test { map filters = 1; } service TestService { rpc TestRpc(Test) returns (Test) { option (google.api.http) = { get: "/test" }; }...
Hi, I have voyager installed from chart. I have two ingresses and I want to have a one liner special configuration in defaults section in one of them. How to...
Hi! This protoc plugin already has already schema on buf.build: https://buf.build/envoyproxy/protoc-gen-validate, but it only has proto definitions included, so I made also a plugin, which can be used remotely -...
We are quite happily using grpc-gateway, which generates us swagger, which we use for generating TS. Today I found this project and I am amazed! This is a true gamechanger...
## Bug Report ### What is the issue? APIService could not connect to tap pod on private clusters. As written in docs, we allowed traffic from 8443, but it didnt...