chore: upgrade FrankenPHP to 1.12.4 and Keycloak to 26.6#649
Merged
Conversation
Security release: blocks underscore header spoofing, bundles Caddy 2.11.4 and Mercure 0.24.2 security fixes. Pins both build stages to the fixed version. Closes #648. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Picks up upstream Keycloak security/bug fixes (26.4 -> 26.6) and the latest keycloak-config-cli patch aligned on Keycloak 26. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Keycloak 26.5+ no longer auto-registers script-based authorization policies. The bundled owner-policy.jar deploys "script-owner-policy.js", so realm import failed with "Couldn't find policy provider". Enable the scripts feature via KC_FEATURES so it loads in both start (optimized) and start-dev modes. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Pins/bumps third-party Docker images:
1(floating) →1.12.4(base + builder stages,api/Dockerfile)26.4→26.6(helm/api-platform/keycloak/Dockerfile)6.5.0-26→6.5.1-26(helm/api-platform/values.yaml)Why
FrankenPHP v1.12.4 is a security release:
$_SERVERcollision)Last-Event-IDdisclosure, DoS caps)Ref: https://github.com/php/frankenphp/releases/tag/v1.12.4
Keycloak 26.4 → 26.6 picks up upstream security/bug fixes; config-cli bumped to the matching latest patch.
Other images (
node:lts,postgres:16-alpine,redis:8-alpine,cloudnative-pg/postgresql:16) use floating tags and update on rebuild.Closes #648
🤖 Generated with Claude Code