Fixes from keycloak testing#609
Merged
Merged
Conversation
Fryguy
reviewed
Jul 21, 2026
The guides were updated to use OIDCPassClaimsAs both none (6cdcde2) which requires a newer mod_auth_openidc. The older base OS image ships an older mod_auth_openidc that does not support this directive; the el10-based image does.
%{HTTP_HOST}i fails to expand correctly in manageiq/httpd:2-el10_2.1
at the VirtualHost Header always set level, producing a broken URL
like 'i=99' instead of the actual hostname.
Replace with the HTTPD_AUTH_HOST and HTTPD_AUTH_PORT env vars that are
already passed to the container at startup, matching the pattern used
for ServerName and OIDCRedirectURI elsewhere in these configs.
Verified using the Keycloak + httpd + local Rails dev setup described
in oidc.md -- Reporting-Endpoints now renders the correct hostname.
Followup to c3e6e8c which introduced the Reporting-Endpoints header.
jrafanie
force-pushed
the
fixes-from-keycloak-testing
branch
from
July 21, 2026 19:10
cd832f1 to
84b7957
Compare
Member
|
Checked commits jrafanie/guides@fd1ea43~...84b7957 with ruby 3.3.10, rubocop 1.86.0, haml-lint 0.73.0, and yamllint 1.37.1 |
github-actions Bot
pushed a commit
to ManageIQ/manageiq.github.io
that referenced
this pull request
Jul 21, 2026
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.
Fix Reporting-Endpoints hostname in OIDC httpd configs
Pin httpd image to manageiq/httpd:2-el10