🦎 This is pre-release 6 of v1.17.0 for initial testing and feedback. 🦎
This fixes PKCE when using OIDC login. Also implements OIDC client refresh loop for providers which cycle their JWK, which previously led to users having to restart Komodo Core to log in again.
Core image: ghcr.io/moghtech/komodo:latest-dev
Periphery image: ghcr.io/moghtech/periphery:latest-dev
Systemd Periphery installer:
- Add
--version=v1.17.0-dev-6
to the install command. - You can remove
--version=v1.17.0-dev-6
and run again if you need to go back to the previous version.
curl -sSL \
https://raw.githubusercontent.com/moghtech/komodo/main/scripts/setup-periphery.py \
| python3 - --user --version=v1.17.0-dev-6
See the ongoing changelog in the PR: #248