containers
containers copied to clipboard
[bitnami/keycloak] KEYCLOAK_ENABLE_HEALTH_ENDPOINTS environment variable rename
Name and Version
bitnami/keycloak-25.0.4
What architecture are you using?
amd64
What steps will reproduce the bug?
In official Krycloak documentation for 25.0.4 it appears that in order to enable healthcheck endpoints need to use the following environment variable: KC_HEALTH_ENABLED: true
(https://www.keycloak.org/server/health)
The bitnami container still uses KEYCLOAK_ENABLE_HEALTH_ENDPOINTS variable which is confusing and hard to debug, while operating container in K8S using official bitnami helm chart
What is the expected behavior?
when i use environment variable KC_HEALTH_ENABLED: true i supposed to view inside the configuration file keycloak.conf the following setting:
health-enabled = true
but i see it is equals to false. Only when i use KEYCLOAK_ENABLE_HEALTH_ENDPOINTS: true
i see the correct configuration reflected in the file
What do you see instead?
health-enabled = false
Additional information
No response