Open Source Identity and Access Management https://id.autonomic.zone
This repository has been archived on 2020-09-30. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Luke Murphy 106674eb57
Revert "Disable mounting for now"
This reverts commit 513cd29cae.
2020-03-25 01:15:49 +01:00
ansible Revert "Disable mounting for now" 2020-03-25 01:15:49 +01:00
sbin Shorter file name 2020-03-23 12:52:26 +01:00
.envrc.sample Bootstrap new approach 2020-03-22 15:40:59 +01:00
CHECKS Add a CHECKS file 2020-03-22 16:11:08 +01:00
Dockerfile Shorter file name 2020-03-23 12:52:26 +01:00
README.md Add user management docs 2020-03-23 18:15:58 +01:00
app.json Update URL 2020-03-24 11:46:08 +01:00
requirements.txt Bootstrap new approach 2020-03-22 15:40:59 +01:00

README.md

keycloak

https://keycloak.org

Setup

Pre-requisites

  1. You have SSH access to dokku.autonomic.zone
  2. You have sudo privilege escalation working
Host dokku.autonomic.zone
  Hostname dokku.autonomic.zone
  User <your-username>
  Port 222
  IdentityFile ~/.ssh/<your-ssh-key-private-file>

See the password-store under autonomic-dokku for your sudo password.

Environment

  1. Clone the infrastructure repository
  2. Copy the sample file: cp .envrc.sample .envrc
  3. Ensure that the .envrc PASSWORD_STORE_DIR env var points to the infrastructure/credentials/password-store

Python

You only need to do this if you're working with Ansible vault (encrypting/decrypting new secrets).

$ python3 -m venv .venv
$ source .venv/bin/activate
$ pip install -r requirements.txt

Deploy

$ git remote add dokku dokku@dokku.autonomic.zone:keycloak
$ git push dokku

Managing Users

https://www.keycloak.org/docs/latest/getting_started/index.html#creating-a-realm-and-user