This branch is 27 commits behind coop-cloud/keycloak:master
Christian Galo 1dcce43067 xforwarded
2025-02-25 07:54:57 +00:00
2023-08-14 07:24:41 +00:00
2025-02-25 07:54:57 +00:00
2020-06-18 18:21:15 +02:00

Keycloak

Wiki Cafe's configuration for a Keycloak deployment. Originally slimmed down from an abra recipe by Co-op Cloud.

Extensions

This stack includes the following extensions:

Installing extensions

To install the extensions, download their JAR files and place them in the providers directory. Then, restart the Keycloak container.

You can update an extension by simply replacing the old JAR file with the new one.

Deploying the app with Docker Swarm

Set the environment variables from the .env file during the shell session.

set -a && source .env && set +a

Set the secrets.

printf "SECRET_HERE" | docker secret create SECRET_NAME -

Deploy using the -c flag to specify one or multiple compose files.

docker stack deploy keycloak --detach=true -c compose.yaml
Description
Open source identity and access management
Readme 190 KiB