Keycloak infinispan custom configuration file


To install docker 


docker run --name mykeycloak -v c:\work\keycloak\conf:/opt/keycloak/conf -p 8080:8080 -p 8790:8790 -e JAVA_TOOL_OPTIONS="-Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.port=8790 -Dcom.sun.management.jmxremote.local.only=false -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.ssl=false" -e KEYCLOAK_ADMIN=admin -e KC_HEALTH_ENABLED=true -e KEYCLOAK_ADMIN_PASSWORD=admin quay.io/keycloak/keycloak:17.0.1 start-dev --cache-config-file=cache.xml

 Assuming you have the keycloak configuration files available in your c:\work\keycloak\conf folder. 





Comments

Popular posts from this blog

The specified initialization vector (IV) does not match the block size for this algorithm