Open source identity and access management https://github.com/keycloak/keycloak
Go to file
3wc 04618a142b
continuous-integration/drone/push Build is failing Details
Automatically generate catalogue on release [mass update]
Re: coop-cloud/recipes-catalogue-json#4
2023-01-20 10:27:11 -08:00
release feat!: new 20.x release 2022-11-16 19:37:17 +01:00
.drone.yml Automatically generate catalogue on release [mass update] 2023-01-20 10:27:11 -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 fix: improve DB backup 2022-12-22 19:20:30 -08: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..