feat(escolinha): nova tela de login (tema athleticmap-v2) com fundo.png + logo reais

- ConfigMap kc-theme-athleticmapv2 (login.ftl com fundo/logo em data URI) montado em /opt/keycloak/themes/athleticmap-v2/login
- loginTheme=athleticmap-v2 (via kcadm no realm existente; tb no realm CM p/ reimport)
- design split-screen fiel ao modelo: Bem-vindo de volta, Lembrar-me, Esqueceu senha, Entrar, SSO
This commit is contained in:
atmadmin
2026-07-28 20:03:48 +00:00
parent 862f8ed292
commit 032507285c
3 changed files with 132 additions and 0 deletions
+6
View File
@@ -69,10 +69,16 @@ spec:
- name: realm-import
mountPath: /opt/keycloak/data/import
readOnly: true
- name: theme-athleticmapv2
mountPath: /opt/keycloak/themes/athleticmap-v2/login
readOnly: true
volumes:
- name: realm-import
configMap:
name: kc-realm-import
- name: theme-athleticmapv2
configMap:
name: kc-theme-athleticmapv2
---
apiVersion: v1
kind: Service
@@ -3,6 +3,7 @@ data:
athleticmap-realm.json: |
{
"realm": "athleticmap",
"loginTheme": "athleticmap-v2",
"enabled": true,
"displayName": "Athletic Map",
"loginWithEmailAllowed": true,
File diff suppressed because one or more lines are too long