github mbecker20/komodo v1.16.7
Komodo v1.16.7

7 hours ago

Changelog

  • OIDC: If your Komodo Core container reaches your OIDC provider at a different address than your users do from the browser, changes the logic for KOMODO_OIDC_REDIRECT. The variable is now renamed to KOMODO_OIDC_REDIRECT_HOST and should NOT include the path part of the URL (everything after the slash). RE #165
    • Example:
      # This address must be reachable from Core container
      KOMODO_OIDC_PROVIDER=http://oidc.provider.internal:9000/application/o/komodo/
      # The host address reachable by users in browser
      KOMODO_OIDC_REDIRECT_HOST=https://oidc.provider.external # Don't include any "path" in the URL.
      
      # Will replace `http://oidc.provider.internal:9000` with `https://oidc.provider.external` in user redirect.
      
  • Double the AWS Builder timeout to allow User Data more time to setup.

Thanks for your feedback and those involved in this release 🦎

Don't miss a new komodo release

NewReleases is sending notifications on new releases.