VSHN Keycloak IDP Theme
Run docker compose up
to start a local Keycloak with the VSHN theme.
The VSHN theme is not automatically selected for the account application. This can be changed in the Admin Console by clicking on Realm Settings and then Theme.
- Merge your Pull Request to master branch
- Tag it with
git tag -am v1.x.y v1.x.y git push --tags
- This will trigger the GitHub Action and pushes the image to https://quay.io/repository/vshn/keycloak-theme?tab=tags
- Add the tag of the version to your extraInitContainers (see codecentric helm chart documentation)
extraInitContainers: | - name: theme-provider image: quay.io/vshn/keycloak-theme:v1.x.x
- If you plan to use a redirect for the welcome page, then ensure you set
REDIRECT_URL
as environment variable