惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
MyScale Blog
MyScale Blog
U
Unit 42
M
MIT News - Artificial intelligence
小众软件
小众软件
P
Proofpoint News Feed
雷峰网
雷峰网
L
LangChain Blog
S
SegmentFault 最新的问题
腾讯CDC
F
Fortinet All Blogs
A
About on SuperTechFans
WordPress大学
WordPress大学
Vercel News
Vercel News
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
G
Google Developers Blog
大猫的无限游戏
大猫的无限游戏
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
D
Docker
N
Netflix TechBlog - Medium
Apple Machine Learning Research
Apple Machine Learning Research
Recent Announcements
Recent Announcements
D
DataBreaches.Net
Stack Overflow Blog
Stack Overflow Blog

NGINX Community Blog

NGINX Routing on HTTP Request Body HTTP Strict Transport Security Policy in NGINX Ingress Controller Predicate Routing for Native Handling of API Traffic – NGINX Community Blog Gateway API 1.6 conformance, external authentication, and fewer snippets – NGINX Community Blog HSTS without snippets, a faster start on large clusters, and improved configuration safety – NGINX Community Blog Control API, predicate locations, early body inspection, and more – NGINX Community Blog PROXY Protocol v2, Stricter Validation and More – NGINX Community Blog External Authentication Policy in NGINX Ingress Controller: A Real World Use Case – NGINX Community Blog External Authentication Policy in NGINX Ingress Controller: Patterns for VirtualServer and Ingress – NGINX Community Blog mTLS Policies in NGINX Ingress Controller – NGINX Community Blog Optimising NGINX Ingress Controller Startup Performance – NGINX Community Blog Meet With Us: NGINX Gateway Fabric & NGINX Ingress Controller Community Calls  – NGINX Community Blog Security, Performance, and Easier Migration – NGINX Community Blog Strengthening the NGINX Community – NGINX Community Blog How NGINX Ingress Controller and NGINX Gateway Fabric Handle Kubernetes Backend Changes Natively – NGINX Community Blog Cache Policy in NGINX Ingress Controller: A Practical Guide for VirtualServer – NGINX Community Blog Access Control Policy in NGINX Ingress Controller: Patterns for Ingress – NGINX Community Blog Enterprise-Grade Features and Gateway API 1.5 Conformance – NGINX Community Blog NGINX OSS 1.29.6 and 1.29.7: Open-sourced Session Persistence, Multipath TCP and More – NGINX Community Blog Keep-alive to upstreams is now default in NGINX 1.29.7 – NGINX Community Blog CORS Policy in NGINX Ingress Controller v5.4.0: Patterns for VirtualServer and Ingress – NGINX Community Blog A Community Hub for NGINX on Kubernetes, Including a New Ingress-NGINX Migration Tool – NGINX Community Blog
F5 WAF for NGINX Comes to the Gateway API – NGINX Communi...
Micheál Kingston · 2026-05-08 · via NGINX Community Blog

NGINX Gateway Fabric 2.6 marks our initial foray into implementing enterprise grade security capabilities into the Gateway API standard. This release brings F5 WAF for NGINX support to a Gateway API implementation, making NGINX Gateway Fabric one of the first Gateway API implementations to offer enterprise-grade WAF capabilities natively. Here’s what else is new:

F5 WAF for NGINX Support

What’s new?: NGINX Gateway Fabric now supports F5 WAF for NGINX. SecOps teams can build and compile WAF policies that can be applied to Gateways and HTTPRoutes, with NGINX Gateway Fabric fetching policies through NGINX One Console, NGINX Instance Manager, or an HTTP endpoint. This first phase introduces the ClickOps flow, allowing NGINX Gateway Fabric to retrieve and enforce WAF policies and signatures within Kubernetes. Policies can be compiled through the management plane, or compiled using the F5 WAF compiler and made available through an HTTP endpoint.

Why it matters?: SecOps teams can own and manage policies through the tools they already use, while application teams keep moving fast. This flexible retrieval model meets teams where they are, whether that’s a centralised SecOps team managing policies through NGINX One Console or a more distributed setup.

ListenerSet Support

What’s new?: NGINX Gateway Fabric now supports ListenerSet, a Gateway API type that allows additional listeners to be specified for a Gateway. This decouples listener configuration (ports, hostnames, TLS termination) from the central Gateway resource, enabling multiple teams to manage their own listeners without touching the shared Gateway.

Why it matters?: In multi-team environments, a single shared Gateway quickly becomes a bottleneck. ListenerSet gives application teams autonomy over their own TLS certificates and routes while keeping the core Gateway infrastructure centrally managed.

FrontendTLS Support for Client-Side mTLS

What’s new?: The release adds FrontendTLS support, enabling mutual TLS on the client side for inbound traffic at the Gateway layer.

Why it matters?: mTLS is a cornerstone of zero-trust networking. Having it available natively at the Gateway removes the need for workarounds and gives teams a clean, Kubernetes-native way to enforce strong identity and authentication requirements.

Expanded ProxySettings Policy Support

What’s new?: Additional NGINX directives have been added to the ProxySettings Policy CRD, including proxy_read_timeout, proxy_connect_timeout, and proxy_send_timeout — settings that previously required NGINX snippets.

Why it matters?: Snippets work, but they’re hard to audit, version, and govern at scale. Moving these settings into native Kubernetes manifests makes them visible, manageable, and consistent across your fleet.

What’s new?: You can now set NGINX variables in the RequestHeaderModifier, giving teams more flexibility when modifying request headers as part of Kubernetes-native traffic management. This is useful for adding trace or debug headers, passing variables like real client IP or request ID to backends, and handling complex routing patterns.

Why it matters?: Header manipulation is one of those things that sounds simple but quickly gets complicated in real environments. Native NGINX variable support here closes a gap that previously pushed teams toward custom snippets or external solutions.

Stability and Bug Fixes

This release also includes multiple stability improvements and bug fixes. Head over to the GitHub release page and our public release docs for the full picture. You can also follow this link to upgrade NGINX Gateway Fabric, and check out the new Kubernetes NGINX landing page to learn more about migrating from NGINX Ingress Controller to NGINX Gateway Fabric.

We’re proud of what the team put together here, and we can’t wait to share it with the community and our customers.

NGINX Community Forum