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

documentation

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

tests

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

tech-debt

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

tests

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

tests
refined
size/large

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

good first issue
refined
size/extra-small
helm-chart

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

tests
refined
blocked
size/medium

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

documentation

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

good first issue
refined
tech-debt
size/medium

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

chore