Skip to content

UI Improvements and Advanced OIDC settings

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.

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.

We made the Explorer table more compact, allowing you to see more rows within the same space.

By @gitryder.

We refreshed the navbar with subtle visual updates, including rounded edges and other minor styling adjustments for a cleaner look.

By @gitryder.

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.”

By @gitryder, @jachris.

Last updated: