-
## 🐛 Bug Report
(This issue was originally opened as https://github.com/rules-proto-grpc/rules_proto_grpc/issues/238, where a maintainer advised me to open an issue here)
grpc-gateway using an u…
-
When the metrics agent plugin uses the OTEL driver, the agent OTEL collector should forward collected metrics directly to the gateway, where the gateway handles remote writing it to Cortex.
-
Hi,
I am basically following the example from this blog to create a grpc plugin: https://www.krakend.io/blog/krakend-grpc-gateway-plugin/
The issue is that ones I try to run it on my mac I get t…
-
```
[root@localhost docker-builds]# docker exec -it buildx_buildkit_mybuilder0 cat /etc/buildkit/buildkitd.toml
debug = true
[log]
format = "text"
[registry]
[registry."192.168.18.145"…
-
grpc-gateway [implements](https://grpc-ecosystem.github.io/grpc-gateway/docs/patch.html) Google's ["Standard API" Update method](https://cloud.google.com/apis/design/standard_methods#update), which we…
-
### Gloo Edge Product
Open Source
### Gloo Edge Version
v1.15.12
### Kubernetes Version
v1.25.13
### Describe the bug
We have Gloo released via Helm chart, and are running gateway proxy as a da…
-
### Problem description
Error occurs when calling a gRPC service which is behind the istio gateway:
![image](https://user-images.githubusercontent.com/17674404/92848116-7c4e7680-f41c-11ea-9eb5-f00b0…
-
The most reliable way to support streaming (including bidi) to web clients is RFC6455 websockets. Go has a rich implementation for websockets and grpc-gateway should enable grpc streaming endpoints wi…
-
I'm trying to implement "If-Match" headers using gRPC-Gateway.
My first attempt was to return PRECONDITION_FAILED from my gRPC service after doing the ETag checks. At some point this worked in gRPC…
-
## Description
Make internal code, well, internal.
## Tasks
1. Move everything in `pkg` that shouldn't be in `pkg` to the `internal` folder:
- pkg/errors
- pkg/health
- pkg/commands. Rat…