Open source identity and access management https://github.com/keycloak/keycloak
Go to file
3wc d2b9fffc46
continuous-integration/drone/push Build is passing Details
chore: publish 6.0.0+21.0.2 release
2023-04-12 17:34:23 -04:00
release chore: publish 6.0.0+21.0.2 release 2023-04-12 17:34:23 -04:00
.drone.yml Switch to self-hosted stack-ssh-deploy image [mass update] 2023-01-21 11:49:56 -08:00
.env.sample adds welcome_theme env 2022-05-18 14:54:35 +02: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.yml chore: publish 6.0.0+21.0.2 release 2023-04-12 17:34:23 -04: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..