Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 1 KB

README.md

File metadata and controls

26 lines (21 loc) · 1 KB

keycloak-theme

VSHN Keycloak IDP Theme

Local Development

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.

Deploy to Your Instance

  1. Merge your Pull Request to master branch
  2. Tag it with
    git tag -am v1.x.y v1.x.y
    git push --tags
  3. This will trigger the GitHub Action and pushes the image to https://quay.io/repository/vshn/keycloak-theme?tab=tags
  4. 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
  5. If you plan to use a redirect for the welcome page, then ensure you set REDIRECT_URL as environment variable