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 toKOMODO_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.
- Example:
- Double the AWS Builder timeout to allow User Data more time to setup.
Thanks for your feedback and those involved in this release 🦎