Skip to content

An accelerator to get a Keycloak auth server running in a docker container.

Notifications You must be signed in to change notification settings

generalui/keycloak-accelerator

Repository files navigation

Keycloak Accelerator

This is a starter for a Keycloak server. It uses docker compose with a custom docker file to run the server inside a container. It assumes there is a Postgres server running outside of the container.

To get an instance of Postgres running quickly and easily, use postgres_docker

This uses a quay.io/keycloak/keycloak image.

See https://www.keycloak.org/server/containers

Environment variables

Any environment variables can be set by creating a .env file and adding them there. ie:

KC_DB_PASSWORD=some_password
KC_DB_USERNAME=some_username

Startup Realm

A startup realm called "NextAuth POC" is included in the expert_data folder.

The "NextAuth POC" realm has no user that can authenticate. Create a new user in that realm to authenticate.

Admin Dashboard

The default admin user is:

  • username: SuperAdmin
  • password: 2GettaGoodPass!!

About

An accelerator to get a Keycloak auth server running in a docker container.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published