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 user of NKG I want the ability to assign a log level for the data plane So that I can enable more verbose log output when I want...
**As a** SecOps user responsible for Kubernetes environments running NGF **I want** application firewall features applied at the ingress point for my clusters **So that** I can secure my clusters...
**As a** cluster operator running NGINX Gateway Fabric **I want** to redirect egress traffic to another location within my organization **So that** I can scan and potential block outgoing traffic...
**What would you like to be added**: The ability to specify the LoadBalancerIP for the nginx-gateway Service through helm: ``` helm install ... --set service.loadBalancerIP="10.0.0.0" ```
**As a** user of NGF who is hosting their applications on a shared cluster **I want** NGF to send traffic to my applications without decrypting traffic in NGF **So that**...
**As an** application developer using NGF **I want** to define an OpenID Connect endpoint to configure my JWT validation for my `HTTPRoute` **So that** my JWT keys can be stored...
**As a** cluster operator using NGF **I want** to block any traffic without a valid JWT on the request **So that** I can ensure all of my traffic on my...