nginx-gateway-fabric icon indicating copy to clipboard operation
nginx-gateway-fabric copied to clipboard

NGINX Gateway Fabric provides an implementation for the Gateway API using NGINX as the data plane.

Results 361 nginx-gateway-fabric issues
Sort by recently updated
recently updated
newest added
trafficstars

As an application developer using NGF, I want to route all requests in a given session to the same upstream server, so that requests do not get sent to other...

epic

**Describe the bug** The node debugger job that we use to restart NGF containers in the graceful recovery test errors. Because it errors it will be restarted by k8s until...

tests
refined
size/small

### Overview When accessing the NGINX Plus API endpoint, UBI base images for NGF will show this error log ```bash [error] 37#37: *9 open() "/etc/nginx/html/api" failed (2: No such file...

bug

### Proposed changes Problem: When routing to an ExternalName service alongside internal services in the same HTTPRoute, NGF incorrectly sets the Host header to the Gateway's hostname instead of the...

bug
documentation
release-notes

When routing to an ExternalName service alongside internal services in the same HTTPRoute, NGF incorrectly sets the Host header to the Gateway's hostname instead of the external service's hostname, causing...

bug
refined

### Proposed changes Allow disabling cert-generator with a Helm value Closes #4173 ### Checklist Before creating a PR, run through this checklist and mark each as complete. - [x] I...

documentation
helm-chart
community
release-notes

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | nginx | final | patch | `1.29.2-alpine-otel` -> `1.29.3-alpine-otel` | --- ### Configuration...

documentation
dependencies
docker

This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [github.com/prometheus/common](https://redirect.github.com/prometheus/common) | `v0.67.1` -> `v0.67.2` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fprometheus%2fcommon/v0.67.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fprometheus%2fcommon/v0.67.1/v0.67.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release...

dependencies
go

### Proposed changes Problem: NGINX Gateway Fabric's provisioner removes all annotations during service reconciliation that aren't explicitly managed by NGF. This causes conflicts with external controllers that need to add...

bug
release-notes

### Proposed changes Fix bug where user mounted files were being removed by agent. Problem: User mounted files are being removed by nginx agent. Solution: Mark user mounted files as...

bug
release-notes