Marco Ebert
Marco Ebert
/cherry-pick release-1.11
@steve21168: You need to sign the CLA to get this PR merged.
I'm currently still at KubeCon in London, but I'd like to review this so we can have it in the next patch releases. /hold
`google.golang.org/grpc/gcp/observability` is a dependency of `google.golang.org/grpc/examples`. `google.golang.org/grpc/examples` has been updated in https://github.com/kubernetes/ingress-nginx/pull/12963. Before that pull request it was working. With and after that pull request the command is failing as...
Actually the dependency is only used by the `go-grpc-greeter-server` image. This image contains a `main.go`, but no `go.mod` and therefore has its dependencies listed in the root `go.mod`. I'm right...
@elizabeth-dev We added NJS to the NGINX base image and included it on `main`. Sadly E2E tests are failing at the moment. Can you investigate the root cause please? I'd...
Just a dumb question, not sure if it makes a difference, but have you tried actually setting a CIDR and not just an IP address? So `10.20.30.40/32` instead of `10.20.30.40`?
Apart from that I remember that `proxy_add_x_forwarded_for` simply doesn't work the way one would it expect to work in combination with the Real IP module. I even had these issues...