Skip to content
Snippets Groups Projects
Commit b56e96f4 authored by Antoine Lambert's avatar Antoine Lambert
Browse files

docker/keycloak: Fix custom swh theme installation for Keycloak 12

Since Keycloak 12, it is no longer possible to use a custom theme from
a directory symbolic link, so make a raw copy of the swh theme in the
Keycloak theme folder instead.

Related Keycloak issue: https://issues.redhat.com/browse/KEYCLOAK-17048
parent 75ce4026
No related branches found
No related tags found
1 merge request!95docker/keycloak: Fix custom swh theme installation for Keycloak 12
......@@ -7,7 +7,7 @@ cd
if [ ! -d swh-keycloak-theme ]
then
git clone https://forge.softwareheritage.org/source/swh-keycloak-theme.git
ln -s /opt/jboss/swh-keycloak-theme/swh/ /opt/jboss/keycloak/themes/swh
cp -r /opt/jboss/swh-keycloak-theme/swh /opt/jboss/keycloak/themes/swh
fi
echo "Starting Keycloak"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment