kedge icon indicating copy to clipboard operation
kedge copied to clipboard

kEdge - Kubernetes Edge Proxy for gRPC and HTTP Microservices

Results 17 kedge issues
Sort by recently updated
recently updated
newest added

The /rs/cors package has this reported CVE [CVE-2018-20744](https://nvd.nist.gov/vuln/detail/CVE-2018-20744) when the CORS policy is set to `*`. Since the CORS policy is configurable with a flag it is possible a user...

Right now, there is no possibility to configure correct TLS. The only possibility is to use `insecure` option.

help wanted
feature / improvement

Hey, this looks AMAZING! Thank you for this. I was wondering if it would be possible to access RTSP connections (next to HTTP) in another cluster? Cédric

We use https://github.com/improbable-eng/go-srvlb resolver to watch on resolver changes. The interval of lookup is based on TTL, but std golang `net` libraries does not support those. So either: * use...

Reading the blog article/readme, the architecture bears some similarities to the newly introduced Gateways in Istio, that allows bridging multiple kubernetes clusters or any infrastructure for that matter, while still...

Basically this will allow debug, per container access. How it should work? IPAdhoc: - For some specified matcher in form of `.matcher` dial to `ip` and allow only some ports....

When trying to access the `/debug/pprof/profile` endpoint for a golang webserver with kedge/winch, I get an `ERR_EMPTY_RESPONSE`.

We resolve all configured kEdges on demand. Even when it is used constantly, we perform DNS resolution every each time. Let's optimize this. (DNS can be flaky)

help wanted
feature / improvement