Setting the welcome theme with keycloak operator

Hi,

I have successfully deployed my custom theme as a jar with operator manifest and can use it for realms config. It also includes a welcome index.ftl that works fine when testing with standalone keycloak (by setting the them name in standalone.xml <theme><welcomeTheme>).

Is there some directive or other way to define the welcome theme when deploying to kubernetes with keycloak operator?

I don’t think it is possible to customize welcome theme using the Operator (at least not in a straight forward way). However, please bear in mind that the welcome page is meant only for bootstrap purposes for admins, it’s not meant to be accessible by end users.