This release includes many small UI fixes, as well as new TLS options for the websocket gateway.
🚀 Features
Section titled “🚀 Features”Add option to require client certificates for the Tenzir Gateway
Section titled “Add option to require client certificates for the Tenzir Gateway”Dec 17, 2025 · @lava
Add a new TENZIR_PLATFORM_REQUIRE_CLIENT_CERTS environment variable that, when set to true, requires connecting clients to present a valid certificate signed by one of the CAs specified in TLS_CAFILE.
Add option to require client certificates for the Tenzir Gateway
Section titled “Add option to require client certificates for the Tenzir Gateway”Dec 10, 2025 · @lava
The Tenzir Gateway now understands the new TENZIR_PLATFORM_REQUIRE_CLIENT_CERTS environment
variable that, when set to true, requires connecting clients to present a valid certificate
signed by one of the CAs specified in TLS_CAFILE.
🐞 Bug Fixes
Section titled “🐞 Bug Fixes”Fixed total ingress/egress showing incorrect values after page reload
Section titled “Fixed total ingress/egress showing incorrect values after page reload”Dec 17, 2025 · @gitryder
Previously, the total ingress and egress metrics could show incorrect values after reloading the page. They now correctly display data for the last 24 hours.