Open source identity and access management https://github.com/keycloak/keycloak
Go to file
knoflook c9ce66e7fa
continuous-integration/drone/push Build is failing Details
switch to postgres
2022-06-02 12:08:54 +02:00
release release: expand notes 2022-01-03 16:09:47 +01:00
.drone.yml Use new image 2021-06-21 12:33:35 +02:00
.env.sample Revert "feat: custom theme loading" 2021-10-21 14:14:16 +02:00
LICENSE Bootstrap repository 2020-06-18 18:21:15 +02:00
README.md Goodbye, emojis! 😢 2021-11-23 12:19:05 +02:00
compose.mariadb.yml switch to postgres 2022-06-02 12:08:54 +02:00
compose.yml switch to postgres 2022-06-02 12:08:54 +02: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 YOURAPPDOMAIN config - be sure to change $DOMAIN to something that resolves to your Docker swarm box
  5. abra app YOURAPPDOMAIN deploy

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..