nginx-gateway-fabric
nginx-gateway-fabric copied to clipboard
NGINX Gateway Fabric provides an implementation for the Gateway API using NGINX as the data plane.
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...
**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...
**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,...
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...
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...
**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...
**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...
**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...
**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...
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...