[ENH] Keycloak theme customization #1980
Labels
area: integration/keycloak
needs: follow-up 📫
Someone needs to get back to this issue or PR
type: enhancement 💅🏼
New feature or request
We've been wanting this for a while, enabling users to customize the keycloak base themes.
I am proposing the following config options in the yaml file to easily add new themes to keycloak:
Keycloak has support for
initContainers
configuration, and this would be used to run. git-sync to clone the repo under a temp location in the pod and move the contents of the custom themes under Keycloak's theme directory by using a shared volume mount.I have this implemented in a fork, I will be raising a PR once I do some cleaning and move it to work with the plugin system (still using the previous layout)
The text was updated successfully, but these errors were encountered: