LDAP Connection healthcheck in 15.0.2.0 is not working as expected
ssonparo opened this issue · 2 comments
Hi Thomas,
We are interested in LDAP User Federation check at Realm level. It seems the output is not per our expectation.
I have seen a similar issue #27.
But as per the Readme https://github.com/thomasdarimont/keycloak-health-checks/blob/master/readme.md.
The following health-checks are currently available:database,filesystem,infinispan.
It does not say anything about ldap endpoint .
If we try to use ldap health-check $ curl -s http://localhost:8080/auth/realms/master/health/check/ldap| jq -C
Here is the output:
{"state":"UP","details":{"ldapStatus":{},"state":"UP"},"name":"ldap"}
Even if ,we make Ldap down .
Here is the output
{"state":"UP","details":{"ldapStatus":{},"state":"UP"},"name":"ldap"}
Could you help us understand is 15.0.2.0 module suitable for Keycloak 16.1.1? What could be the reason of no LDAP check results?
Kind Regards,
Shrikant
Have you managed to resolve this?
Even if ,we make Ldap down .
Here is the output
{"state":"UP","details":{"ldapStatus":{},"state":"UP"},"name":"ldap"}
This seems to be because the extension can't find any LDAP storage providers to check, hence the "ldapStatus" map is empty. Not sure if it's LDAP configuration issue or the extension isn't looking for the right thing.
Facing a similar issue. Could anyone find a solution to this?