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 of Go 1.24, the testing package provides a t.Context method that creates a context that is canceled once a test completes. https://tip.golang.org/doc/go1.24#testingpkgtesting ### Acceptance - update unit tests to...

good first issue
tests
tech-debt
backlog

**As a** maintainer of NGF **I want** to update the existing non-functional and functional tests for our new split data and control plane architecture **So that** we can continue delivering...

tests
refined
size/large

**As a** user of NGINX Ingress Controller and potential user of NGINX Gateway Fabric **I want** a guide that shows me how to convert my configuration expressed in Ingress, VirtualServer,...

documentation

As a maintainer of NGF I want to update the conformance testing for Gateway API to work with our new data and control plane split So that I can adequately...

tests
refined
blocked
conformance
size/small

As a user of NGF I want to supply a client certificate for a set of my upstream servers So that I can ensure that my applications only accept a...

enhancement
epic
area/security

**As a** cluster operator using NGF **I want** to share the runtime state of all of my NGF data plane instances **So that** a user's session can be consistently directed...

area/nginx-configuration
epic

**As an** application developer using NGF **I want** to limit the amount of traffic originating from any one client **So that** a single or small set of clients cannot degrade...

area/nginx-configuration
epic
community

**As a** user of NGF **I want** the ability to provision nginx as a DaemonSet in my cluster **So that** I can ensure at least one is running on every...

enhancement
refined
size/medium

**Is your feature request related to a problem? Please describe.** While using ExternalName Service as a backend in HTTPRoute, `502 Bad Gateway` is returned by nginx **Describe the solution you'd...

enhancement
highlight

The gateway-api repository has tests for their CEL validation on CRDs found here: https://github.com/kubernetes-sigs/gateway-api/tree/main/pkg/test/cel. Currently we manually test our CEL validation on CRDs, however it could be beneficial to follow...

good first issue
tests
refined
size/medium