-
**Describe the bug**
A clear and concise description of what the bug is.
Using protoc to generate gateway grpc's pd file with garbled characters,
Specific version:
```sh
PS D:\project\haiqiu-zero…
haioa updated
3 months ago
-
## Bug description
I am currently working on forwarding access logs from **Azure Application Gateway** to Signoz. To achieve this, I have configured an **Azure Event Hub** and an **OTEL Collector**…
-
When running `go generate -x ./...` against the codebase the following warning is issued:
```
WARNING: Package "github.com/golang/protobuf/protoc-gen-go/generator" is deprecated.
A future…
-
Services such as QuickNode support an x-token header for grpc authentication. It would be useful to use a QuickNode specific endpoint for the EVM gateway instead of the public endpoint.
-
**Describe the bug**
When using OpenID authentication (e.g., with Google) for user enrollment in Defguard, users whose email addresses have a local part (the portion before the '@') shorter than 3 ch…
-
It can start normally, but after running for a while, it lost connections.
```bash
DEBUG clip_t/rep-0@6022 start listening on 0.0.0.0:54630
DEBUG clip_t/rep-0@6019 ready and listening …
-
### Welcome!
- [x] Yes, I've searched similar issues on [GitHub](https://github.com/traefik/traefik/issues) and didn't find any.
- [x] Yes, I've searched similar issues on the [Traefik community foru…
-
### What would you like to be added?
Add a flag to specify client certificate and private key that gRPC gateway provides to etcd server.
### Why is this needed?
As https://github.com/etcd-io/etcd…
-
It appears we're among the first to test out this plugin with linkerd and grpcroutes so I thought I'd share some knowledge which might help others.
We're running a custom build (just from trunk) ho…
-
Hi,
This is my consumer code:
```
conn, err := grpc.Dial("localhost:10001", grpc.WithInsecure())
if err != nil {
panic(err)
}
defer conn.Close()
…