proxy
proxy copied to clipboard
Envoy with Cilium filters
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | golang.org/x/sys | `v0.19.0` -> `v0.20.0` | [](https://docs.renovatebot.com/merge-confidence/)...
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/cilium/proxy). ## Awaiting Schedule The following updates are...
Use the original source address if permitted even if the destination is external to the cluster.
Make cilium.l7policy filter into a dual filter. This allows removal and long term maintenance of the HTTP upstream callback patch. Note: This should be merged only after the corresponding cilium/cilium...
I am in the process of testing port to cilium service mesh and CNI from AWS CNI and Istio. One of the requirements is to enable security headers for all...
I've been having issues with the Envoy Gateway and Ingress with cilium for some months now. I'm not sure if it's cilium's or envoy's fault, envoy logs "conntrack lookup failed:...
Filter out unwanted traffic by checking the socket mark for the value set by Cilium datapath. Signed-off-by: Jarno Rajahalme
Cilium `main` using `quay.io/cilium/cilium-envoy:v1.27.2-f19708f3d0188fe39b7e024b4525b75a9eeee61f` Sometimes request fails when "using existing fully connected connection". In a specific example, an upstream connection was created and then the request was denied by CNP...
Hi everyone! I am trying to get the [r2d2 Cilium envoy proxy go extension](https://github.com/cilium/proxy/tree/main/proxylib/r2d2) to work in my environment, mainly following [this tutorial](https://docs.cilium.io/en/latest/security/network/proxy/envoy/). Ultimately, my goal is to write a...