CI / lint (pull_request) Successful in 1m55s
CI / k8s (pull_request) Successful in 9s
CI / build (pull_request) Successful in 1m27s
CI / unit (pull_request) Successful in 1m51s
CI / frontend (pull_request) Successful in 3m24s
CI / mutation (pull_request) Successful in 6m40s
CI / verify-stack (pull_request) Failing after 1m1s
The theme was inline text in a Helm template. It now lives next to the realms and is seeded as rr-kc-theme by seed-configmaps.sh, like every other file input, so it can be edited as a normal Keycloak theme. demo.otpAutofill now only decides whether KC_SPI_THEME_DEFAULT is set (big.env skips values that render empty); off, Keycloak keeps its stock theme. Co-Authored-By: Claude Opus 5.5 (1M context) <noreply@anthropic.com>
12 lines
630 B
Properties
12 lines
630 B
Properties
# Demo login theme for the public Talos deployment: keycloak.v2 plus a script that
|
|
# fills in and submits the medewerker OTP step from the committed fixture secret
|
|
# (docs/runbooks/keycloak.md). Only used when the chart's demo.otpAutofill is on —
|
|
# it then becomes Keycloak's default theme. Never enable it anywhere real.
|
|
#
|
|
# Add styles, messages or template overrides here as in any Keycloak theme
|
|
# (https://www.keycloak.org/ui-customization/themes); new files must also be
|
|
# listed in infra/helm/seed-configmaps.sh and the keycloak `files` in values.yaml.
|
|
parent=keycloak.v2
|
|
import=common/keycloak
|
|
scripts=js/otp-autofill.js
|