This release includes a variety of UI improvements and bugfixes, as well as a new configuration option for working with external OIDC providers.
Download the release on GitHub.
Features
Section titled “Features”Add optional jwks_uri configuration for OIDC issuers
Section titled “Add optional jwks_uri configuration for OIDC issuers”The new optional jwks_uri field for the TENZIR_PLATFORM_OIDC_TRUSTED_AUDIENCES configuration can be used to support for identity providers that don’t publish discovery documents.
For example, when using Google IAP, a configuration value like this can be used:
{ "issuer": "https://cloud.google.com/iap", "audiences": ["your-audience"], "jwks_uri": "https://www.gstatic.com/iap/verify/public_key-jwk"}By @lava.
Compact Explorer Table
Section titled “Compact Explorer Table”We made the Explorer table more compact, allowing you to see more rows within the same space.
By @gitryder.
Navbar Styling Improvements
Section titled “Navbar Styling Improvements”We refreshed the navbar with subtle visual updates, including rounded edges and other minor styling adjustments for a cleaner look.
By @gitryder.
Bug Fixes
Section titled “Bug Fixes”Editor Text Visibility Fixes
Section titled “Editor Text Visibility Fixes”We fixed an issue where text near the bottom of the editor was sometimes hidden, making all content clearly visible again.
By @gitryder.
Fixed incorrect labels in the activity chart
Section titled “Fixed incorrect labels in the activity chart”We fixed an issue where some pipelines in the detailed activity chart were incorrectly labeled as “Ingress/Egress.” They now show the correct direction as “From node” or “To node.”