ingress-nginx icon indicating copy to clipboard operation
ingress-nginx copied to clipboard

Ingress NGINX Controller for Kubernetes

Results 697 ingress-nginx issues
Sort by recently updated
recently updated
newest added

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...

kind/feature
needs-triage
needs-priority

## 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...

cncf-cla: yes
size/XS
kind/bug
priority/backlog
ok-to-test
triage/accepted

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.`...

kind/feature
triage/accepted
needs-priority
area/stabilization

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...

kind/bug
priority/backlog
triage/accepted
area/stabilization
area/security

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...

kind/bug
priority/backlog
triage/accepted
area/security

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...

kind/feature
lifecycle/rotten
needs-triage
needs-priority

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...

lifecycle/rotten
needs-kind
needs-triage
needs-priority

**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 -------------------------------------------------------------------------------...

kind/support
lifecycle/rotten
needs-triage
needs-priority

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...

kind/feature
needs-triage
needs-priority

## 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....

cncf-cla: yes
area/docs
size/M
kind/feature
priority/backlog
ok-to-test
triage/accepted