feat: add first_name and last_name fields to UserTenant model and sync with Keycloak

Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
2026-05-06 12:09:04 -05:00
parent 5c4161e5d8
commit 5dd65df3e8
12 changed files with 432 additions and 264 deletions

View File

@@ -69,6 +69,8 @@ services:
- SPOKE_URLS=${SPOKE_URLS:-""}
# Hub — URL interna para validación de licencias
- HUB_URL=${HUB_URL:-http://host.docker.internal:8001}
- HUB_ADMIN_EMAIL=${HUB_ADMIN_EMAIL:-}
- HUB_ADMIN_PASSWORD=${HUB_ADMIN_PASSWORD:-}
- CSV_IMPORT_STORAGE=${CSV_IMPORT_STORAGE:-minio}
- S3_ENDPOINT_URL=${S3_ENDPOINT_URL:-http://minio:9000}
- S3_ACCESS_KEY=${S3_ACCESS_KEY:-${MINIO_ROOT_USER:-minioadmin}}