This repository contains the reference configuration to deploy the Catena-X (CX) specific Keycloak instances.
The instances depend on the helm chart from Bitnami (chart version 16.1.6, app version 22.0.3).
The repository is split up in:
- The helm charts to deploy the CX Keycloak instances
- The CX specific configuration (e.g. keycloak-themes and initial realm-config)
- The dockerfile (Dockerfile.import) to build an image containing the CX specific configuration which is used as init container at Keycloak startup
- The CX consortia specific configuration
For further information please refer to the chart specific README files, available under the following directories:
- charts/centralidp
- charts/sharedidp
This application provides container images (init containers only) for demonstration purposes.
DockerHub:
Base image: alpinelinux/docker-alpine:3.18
- Dockerfile: alpinelinux/docker-alpine:3.18
- GitHub project: https://github.com/alpinelinux/docker-alpine
- DockerHub: https://hub.docker.com/_/alpine
DockerHub:
Base image: mcr.microsoft.com/dotnet/runtime:7.0-alpine
- Dockerfile: mcr.microsoft.com/dotnet/runtime:7.0-alpine
- GitHub project: https://github.com/dotnet/dotnet-docker
- DockerHub: https://hub.docker.com/_/microsoft-dotnet-runtime
Distributed under the Apache 2.0 License. See LICENSE for more information.