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 a maintainer of NGF I want to automate the reconfiguration performance test So that I do not need to run it manually in the future. ### Acceptance - The...

tests

Initialize klog to NGF logger so that client-go logs become consistent with NGF loggers. So that we avoid inconsistencies like below: ``` I0927 21:14:42.702979 7 leaderelection.go:250] attempting to acquire leader...

enhancement

Documentation for nginx_reloads_milliseconds metrics is missing. More over, there is documentation for nginx_last_reload_milliseconds metric, which we don't support. https://docs.nginx.com/nginx-gateway-fabric/how-to/monitoring/prometheus/

documentation

**As a** user of NGF **I want** an easy way to deploy common NGF use cases using Helm **So that** I do not have to learn exactly what to tweak...

refined
size/small
helm-chart

**As a** maintainer of a Gateway API project **I want** a conformance test for the BackendTLSPolicy **So that** I can automatically test my product against BackendTLSPolicy conformance and ensure my...

tests
refined
tracking
size/large

**As a** maintainer of NGF **I want** to do an early prototype of NGF integrating with the connection and registration feature of NGINX Agent **So that** I can give the...

refined
spike

When we create a release, all the conformance jobs will attempt to upload the conformance report. Only the first one wins, and all the rest will fail since the report...

refined
release-engineering
size/small

If another controllers changes the status of the Gateway/HTTPRoute resource so that the information set by our Gateway is removed, our Gateway will not restore the status until the EventLoop...

backlog

- As an Application Developer, I want to be able to configure client settings for my application based on its behavior or requirements. - As an Application Developer, I want...

refined
area/nginx-configuration
size/large

With implementing https://github.com/nginxinc/nginx-gateway-fabric/blob/main/docs/proposals/nginx-extensions.md , we will need to implement a lot of validation logic to prevent invalid values propagating into NGINX config that could break it. To uncover more bugs...

tests