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