ingress-nginx
ingress-nginx copied to clipboard
Ingress NGINX Controller for Kubernetes
To allow SSL session tickets it is necessary to use the same SSL session ticket secret key across all ingress pods. Ingress controller takes `.Values.controller.ssl-session-ticket-key`, puts it into `/etc/nginx/tickets.key` key...
## What this PR does / why we need it: Fixes a typo (`spec.defaultBackend` instead of `spec.backend`). ## Types of changes - [x] Bug fix (non-breaking change which fixes an...
Tracking aging dependencies in Ingress-nginx using the idea of Libyear. https://libyear.com/ `A simple measure of software dependency freshness. It is a single number telling you how up-to-date your dependencies are.`...
Hi Our scanner report the binary ` nginx-ingress-controller ` has vulnerability [CVE-2022-1996](https://nvd.nist.gov/vuln/detail/CVE-2022-1996) ``` name go-restful version v2.9.5+incompatible outdated Files (1) Name Size Timestamp Matching methods nginx-ingress-controller 38.06 MB 2022/05/29 21:06...
Hi, We use image `k8s.gcr.io/ingress-nginx/controller:v1.3.0`, and our scanner (Protecode) report: ``` name golang-runtime version 1.18.2 outdated Latest version 1.18.4 website go.dev component type Native tags framework Files (4) Name Size...
I am currently trying to set an Authorization header. The contents of this header should probably be stored in a kubernetes secret. For some configuration items like tls-certs, the api...
Hi, recently I plan to enable HPA or VPA on ingress-nginx - HPA, need experience set desiredMetricValue, otherwise maybe cause autoscaler shake. - VPA, can auto scale down, possible cause...
**NGINX Ingress controller version** (exec into the pod and run nginx-ingress-controller --version.): ``` bash-5.1$ /nginx-ingress-controller --version ------------------------------------------------------------------------------- NGINX Ingress controller Release: v1.1.0 Build: cacbee86b6ccc45bde8ffc184521bed3022e7dee Repository: https://github.com/kubernetes/ingress-nginx nginx version: nginx/1.19.9 -------------------------------------------------------------------------------...
Be able to enable access log for the default backend location /. It's super hard to troubleshoot errors 404, when the Host header is "wrong" (i.e: does not match any...
## What this PR does / why we need it: issue 8813 I added the possiblility to remove the ca list from the nginx.conf by adding a new annotation send-client-ca....