github mbecker20/komodo v1.15.2
Komodo v1.15.2

6 hours ago

Some OIDC providers are having some trouble working with Komodo. It seems some providers (like Zitadel) attach additional audiences besides the client_id, and Core needs to know about it. This adds KOMODO_OIDC_ADDITIONAL_AUDIENCES=aud-1,aud-2 environment variable to add additional audiences you need.

If you see an error like this when you try to login with your OIDC provider:

{"error":"Failed to verify token claims","trace":["Invalid audiences: `<AUDIENCE>` is not a trusted audience"]}

If the audience can be trusted, you can add the to KOMODO_OIDC_ADDITIONAL_AUDIENCES.

Note. I do release Komodo Periphery 1.15.2 as well for version alignment, there is no change to Periphery from 1.15.0 here and Periphery doesn't need to be upgraded again (you can if you like).

Thanks to everyone that tried out OIDC so far and reported this issue. 🦎

Don't miss a new komodo release

NewReleases is sending notifications on new releases.