[keycloak-user] Theme caching
Niko Köbler
niko at n-k.de
Sun Sep 1 05:44:55 EDT 2019
The official Keycloak Docker image uses the HA configuration of standalone-ha.xml.
So if you edit the standalone.xml, it won't affect the running server. Try to edit the standalone-ha.xml
- Niko
> Am 30.08.2019 um 15:15 schrieb Barish Yumerov <barash at dsi.bg>:
>
> Hello,
>
> I am running keycloack in a docker container using this iamge:
> jboss/keycloak
>
> I created a few themes, and disabled caching by editing
> ./standalone/configuration/standalone.xml as
>
> <theme>
> <staticMaxAge>-1</staticMaxAge>
> <cacheThemes>false</cacheThemes>
> <cacheTemplates>false</cacheTemplates>
> ...
> </theme>
>
> alghough this, I can see changes only if I restart the docker container.
>
> I even clear all type of caches for the ralm in the admin pannel but
> still I cannot see any changes :(
>
> How I can clear cache without restarting docker container or is there
> any setting that disables caching in dev mode?
>
> Thank you in advance!
>
> Best Regards,
> B Yumerov
>
> _______________________________________________
> keycloak-user mailing list
> keycloak-user at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/keycloak-user
More information about the keycloak-user
mailing list