Open source identity and access management https://github.com/keycloak/keycloak
Go to file
3wc b02db66093
continuous-integration/drone/push Build is passing Details
chore: publish 8.0.1+23.0.6 release
2024-02-08 14:37:28 -03:00
release chore: publish 7.2.0+22.0.5 release 2023-11-22 15:27:32 +00:00
.drone.yml Switch to self-hosted stack-ssh-deploy image [mass update] 2023-01-21 11:49:56 -08:00
.env.sample Make persistent theme volume optional 2023-11-22 15:23:27 +00:00
LICENSE Bootstrap repository 2020-06-18 18:21:15 +02:00
README.md Update abra syntax in examples (finally) [mass update] 2023-01-19 16:02:27 -08:00
compose.theme.yml Fix compose file version 2023-11-22 15:25:43 +00:00
compose.yml chore: publish 8.0.1+23.0.6 release 2024-02-08 14:37:28 -03:00
renovate.json Add renovate.json 2020-09-30 07:02:23 +00:00

README.md

keycloak

Build Status

Keycloak + Coöp Cloud.

  • Category: Apps
  • Status: 2, beta
  • Image: jboss/keycloak, 4, upstream
  • Healthcheck: Yes
  • Backups: ?
  • Email: 1
  • Tests: 2
  • SSO: N/A

Basic usage

  1. Set up Docker Swarm and abra
  2. Deploy coop-cloud/traefik
  3. abra app new keycloak --secrets (optionally with --pass if you'd like to save secrets in pass)
  4. abra app config YOURAPPDOMAIN - be sure to change $DOMAIN to something that resolves to your Docker swarm box
  5. abra app deploy YOURAPPDOMAIN

How do I setup a custom theme?

Check this approach.

How do I create another admin user?

  • Under the Master realm > Users > Add user
  • Create the user and set a temporary password
  • Under the Role Mappings tab, move admin from Available Roles into Assigned Roles

How do I configure Keycloak login for..