keycloak health check
See original GitHub issueDescribe the bug
How can I health check keycloak?
curl http://localhost:8080/auth/realms/master/health/check
{"error":"HTTP 404 Not Found"}
I just curl like above but return resource not found, how do I ensure keycloak is healthy?
Version
17.0.0
Expected behavior
No response
Actual behavior
No response
How to Reproduce?
No response
Anything else?
No response
Issue Analytics
- State:
- Created 2 years ago
- Comments:8
Top Results From Across the Web
Enabling Keycloak Health checks
This guide describes how to enable and use the Keycloak health checks. Keycloak Health checks. Keycloak exposed health endpoints are three: /health.
Read more >Health endpoint - Configuring the server - Keycloak Discourse
I'm using the last keycloak version, configured to expose /health endpoint according to https://github.com/keycloak/keycloak-community/blob/ ...
Read more >Add endpoint for operational monitoring of server healt status
Just updated the keycloak-health-checks project: health checks for database, filesystem, infinispan; HealthIndicatorSpi for custom health checks. Works with ...
Read more >Keycloak Health Check SPI Proposal - Google Groups
Those health checks usually cover the health information of the Keycloak instance overall. That's fine if you have only a single realm. Still, ......
Read more >jrofurtado/keycloak-with-healthcheck Dockerfile - Docker Hub
FROM jboss/keycloak:8.0.1 HEALTHCHECK --interval=30s --timeout=3s --start-period=10s --retries=3 CMD curl --fail http://localhost:8080/auth/realms/master.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
if you are using keycloak in docker, just set KC_HEALTH_ENABLED to true and you can check the health trow the URL http://localhost:8080/health/ready
As I’ve mentioned.