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 an NGF user, I want to know how to rewrite my client IP, so that I can preserve the client IP through requests. ### Acceptance - Add documentation to...
**Describe the bug** Graceful recovery test possibly have a race condition leading to unexpected failures in pipeline. The behavior is intermittent. **To Reproduce** Steps to reproduce the behavior: - Follow...
Problem: We re-validate some CRD fields in the code because we can't completely trust that the user will not remove/bypass the validation on the CRD. This means we are duplicating...
In the reconfiguration performance test, the majority of the time is spent on deleting namespaces. We currently delete namespaces one at a time. If we can find a way to...
As a maintainer of NGF I want to verify that our NGINX config is what we expect for every functional test we have So that do not just test for...
As a user of NGF's Helm Charts I want to use a nginxGateway.name to configure the names of my deployments So that I don't have to use nameOverride to override...
As a maintainer of NGF I want a functional test to cover the SnippetsFilter So that I can verify that NGF is correctly interpreting the SnippetsFilter into NGINX configuration. ###...
As a user of NGF I want a guide to show me how and when I can configure an Upstream Settings policy So that I can search for and understand...
As a developer of NGF I want the NFR and functional tests to log as they execute So I can more easily debug a failure when it occurs. ### Acceptance...
Recently, a change was merged that increases the limit on the number of matches in a rule to 64 from 8. However, the total number of matches across all rules...