vault backup: 2026-05-07 10:47:18

This commit is contained in:
Vadym Samoilenko 2026-05-07 10:47:18 +01:00
parent a309852e2a
commit 14a638b09d
2 changed files with 8 additions and 0 deletions

View file

@ -177,6 +177,10 @@ All endpoints except `/auth/login` require valid JWT in `Authorization: Bearer {
- **Recent fixes:** Accurate time tracking with interval union (no double-counting), project metadata fields, auto-detect repo URL from git remote, chart null-safety, async safety (selectinload, execute delete)
## Sessions
### 2026-05-07 Set up SSO with user isolation,
**Asked:** Set up SSO with user isolation, disable personal login, and link vadymsamoilenko@oliver.agecny to VadymSamoilenko@oliver.agecny.
**Done:** Added optical-dev.oliver.solutions/cc-dashboard/ as SPA to AI portal app and configured SSO integration.
### 2026-05-07 Configure SSO with user isolation, disable
**Asked:** Configure SSO with user isolation, disable personal login, and migrate user vadymsamoilenko@oliver.agecny to VadymSamoilenko@oliver.agecny.
**Done:** Added https://optical-dev.oliver.solutions/cc-dashboard/ as SPA to AI portal app and located SSO configuration data in Obsidian notes.
@ -280,6 +284,7 @@ All endpoints except `/auth/login` require valid JWT in `Authorization: Bearer {
## Change Log
| Date | Requested | Changed | Files |
|------|-----------|---------|-------|
| 2026-05-07 | SSO configuration | User isolation, personal login disabled, user mapping updated | Auth config, User mappings |
| 2026-05-07 | SSO configuration | Oliver tenant ID, ac-tool client_id, redirect URI, platform type set to SPA | Obsidian notes, AI portal app registration |
| 2026-05-07 | SSO configuration | User isolation, personal login disabled, user account migration, SPA added | src/sso.py, src/routers/auth.py, src/auth.py, src/models.py |
| 2026-05-07 | SSO setup with user isolation | sso.py, auth.py, models.py, routers/auth.py — JWKS validation, removed /login endpoint, added azure_oid field, user migration | src/sso.py, src/auth.py, src/models.py, src/routers/auth.py |

View file

@ -20,3 +20,6 @@ tags: [daily]
- 10:45 | `ai_leed`
- **Asked:** Set up the same info panel format at the bottom of terminals.
- **Done:** Discussed WezTerm with tmux status bar configuration but unable to complete due to sandbox environment limitations.
- 10:46 | `cc-dashboard`
- **Asked:** Set up SSO with user isolation, disable personal login, and link vadymsamoilenko@oliver.agecny to VadymSamoilenko@oliver.agecny.
- **Done:** Added optical-dev.oliver.solutions/cc-dashboard/ as SPA to AI portal app and configured SSO integration.