-
Notifications
You must be signed in to change notification settings - Fork 344
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix idp #7575
base: master
Are you sure you want to change the base?
Fix idp #7575
Conversation
Signed-off-by: Anuja More <[email protected]>
aaf9e41
to
4276606
Compare
The test is using keycloak 17 which is an old version and it is not supported anymore. Fixes: https://pagure.io/freeipa/issue/9528 Signed-off-by: Anuja More <[email protected]>
The commit message mentions bumping the Keycloak version 23.0.6 but it is actually bumping it to 25.0.4. |
The root of the failures looks like it is due to kcadm.sh failing. This causes all the other tests to fail. /opt/keycloak/bin/kcadm.sh config credentials --server https://replica0.ipa.test:8443/auth/ --realm master --user admin --password |
The test fails when it tries to authenticate to keycloak:
The journal on the replica shows that keycloak server is not running at that time:
The output of
kc.hostname contains host:8443, maybe that's the issue? |
No description provided.