I am setting up Keycloak, using the public container image in the Azure Container App service. In production, it is strongly encouraged to disable HTTP.
Depending on the environment variable KC_HTTP_ENABLED
, Keycloak either listens to requests on port 8080:
Listening on: http://0.0.0.0:8080 and https://0.0.0.0:8443.Management interface listening on https://0.0.0.0:9000.
... or doesn't.
Listening on: https://0.0.0.0:8443Management interface listening on https://0.0.0.0:9000.
When I google the error, I seem to find results relevant to every other case except mine. What am I missing?