Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Done
-
3.0.0.Final
-
None
Description
According to the documentation, all that should be required to install the Keycloak overlay is to unzip it on top of the Wildfly application server. This does not seem to be correct.
After unzipping the overlay on top of the application server, and restarting it, nothing seems to be deployed / running on Wildfly. I have confirmed that all of the files from the 3.0.0 overlay archive were successfully extracted on top of the server and are not in a sub-folder or otherwise missing.
Based on an older Keycloak blog entry written for Keycloak 1.6.0, there used to be another required step of ensuring that the server starts with the standalone-keycloak.xml config, but that file is not included with the overlay. Something must be missing that is required for Wildfly to load Keycloak from the overlay.
I recognize that the standalone package that includes Wildfly is the preferred deployment method, but that doesn't change the fact that the instructions for using the overlay are incorrect and incomplete.