Skip to content

oncokb/oncokb-keycloak

Repository files navigation

OncoKB Keycloak

Keycloak service

  • Before installing a keycloak service, you need a mysql db server running. In keycloak.config.yaml adjust the DB env variables. One way is to use helm install keycloak-mysql --set auth.rootPassword=root,auth.database=keycloak bitnami/mysql
  • Use helm to install codecentric helm charts helm repo add codecentric https://codecentric.github.io/helm-charts
  • Create a keycloak service with keycloak-config.yaml configuration file. helm install keycloak -f ./keycloak-config.yaml codecentric/keycloak

Custom themes

Keycloak allows you to add your own themes. [Documentation]

Applying the custom theme

  • Our custom theme images can be found on Dockerhub. You can change the image version in extraInitContainers.
  • To apply the theme go to keycloak admin console > themes tab > change login theme to keycloak-oncokb

Steps for creating a new theme

  • Tutorial for creating custom theme.
  • Follow the steps from codecentric's README for creating a custom theme.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published