inventage / keycloak-custom

Project template for a custom Keycloak distribution.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Keycloak-Custom

Project Template

This project is based on the custom Keycloak template. It is structured as a multi-module Maven build and contains the following top-level modules:

  • config: provides the build stage configuration and the setup of Keycloak
  • container: creates the custom docker image
  • docker-compose: provides a sample for launching the custom docker image
  • extensions: provides samples for Keycloak SPI implementations
  • helm: provides a sample for installing the custom container image in Kubernetes using the Codecentric Helm Chart
  • server: provides a Keycloak installation for local development & testing
  • themes: provides samples for custom themes

Please see the tutorial building a custom Keycloak container image for the details of this project.

About

Project template for a custom Keycloak distribution.

License:MIT License


Languages

Language:Java 35.5%Language:CSS 28.9%Language:Shell 18.4%Language:FreeMarker 14.6%Language:Dockerfile 2.6%