Skip to content

[HAL-2008] Update Keycloak image from 24.0 to latest#147

Merged
OndrejKotek merged 2 commits into
hal:mainfrom
kstekovi:EAPQE-5953
Jul 15, 2026
Merged

[HAL-2008] Update Keycloak image from 24.0 to latest#147
OndrejKotek merged 2 commits into
hal:mainfrom
kstekovi:EAPQE-5953

Conversation

@kstekovi

@kstekovi kstekovi commented Jul 15, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • Update `KEYCLOAK_IMAGE` in GitHub CI from `quay.io/keycloak/keycloak:24.0` to `quay.io/keycloak/keycloak:latest`
  • Fix flaky `Configure management client secured by bearer token` test: the `ssl-required` dropdown renders as a dropup with huge max-height, covering the `bearer-only` switch. Moved `scrollIntoView()` into `cy.flip()` so all boolean toggles scroll into view before being clicked.

Background

The image was pinned to 24.0 as a temporary workaround for HAL-2009 / HAL-2008 ("Adjust the ability to secure the admin console with OpenID Connect to Keycloak 26+"). That issue has been resolved.

Test run (Keycloak latest)

All 3 elytron-oidc-client specs (15 tests) passed using `quay.io/keycloak/keycloak:latest`:

🤖 Generated with Claude Code

@OndrejKotek OndrejKotek changed the title [EAPQE-5953] Update Keycloak image from 24.0 to latest [HAL-2008] Update Keycloak image from 24.0 to latest Jul 15, 2026
@kstekovi kstekovi requested a review from OndrejKotek July 15, 2026 11:10
The image was pinned to 24.0 as a temporary workaround while
HAL-2009/HAL-2008 (Keycloak 26+ OIDC integration) was being fixed.
That issue is now resolved.
Add scrollIntoView() to cy.flip() so the bootstrap switch label
is always visible before the click, preventing failures when the
element is obscured by an open dropdown above it.
Also applies pending Prettier formatting to workflow files and README.
@OndrejKotek OndrejKotek merged commit 62acf08 into hal:main Jul 15, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants