Go to file
aaverbitskiy 56760fbcff Merge feat/keycloak-auth: Keycloak OIDC auth (anonymous / manager tiers)
Two-tier access for map.intense-sale.ru:
- anonymous: truncated data (no client/brand/manager/status, single-colour
  bars, dates-only tooltip), enforced server-side.
- manager: full data behind Keycloak login (realm intense-sale, role manager).
2026-08-14 11:23:11 +00:00
frontend auth ui: anon tooltip = dates only; move login button to header top-right 2026-08-14 11:22:16 +00:00
static auth: Keycloak OIDC — anonymous (truncated) vs manager (full) tiers 2026-08-14 11:05:47 +00:00
.gitignore db creds: move ClickHouse user/password to gitignored .env via compose env_file; drop hardcoded default from main.py 2026-07-23 05:19:13 +00:00
auth.py auth: Keycloak OIDC — anonymous (truncated) vs manager (full) tiers 2026-08-14 11:05:47 +00:00
docker-compose.yml db creds: move ClickHouse user/password to gitignored .env via compose env_file; drop hardcoded default from main.py 2026-07-23 05:19:13 +00:00
Dockerfile auth: Keycloak OIDC — anonymous (truncated) vs manager (full) tiers 2026-08-14 11:05:47 +00:00
main.py auth: Keycloak OIDC — anonymous (truncated) vs manager (full) tiers 2026-08-14 11:05:47 +00:00
requirements.txt auth: Keycloak OIDC — anonymous (truncated) vs manager (full) tiers 2026-08-14 11:05:47 +00:00