vault backup: 2026-05-07 11:29:51

This commit is contained in:
Vadym Samoilenko 2026-05-07 11:29:51 +01:00
parent eaad1239dc
commit 49a3244ff0
2 changed files with 4 additions and 0 deletions

View file

@ -288,6 +288,7 @@ All endpoints except `/auth/login` require valid JWT in `Authorization: Bearer {
## Change Log
| Date | Requested | Changed | Files |
|------|-----------|---------|-------|
| 2026-05-07 | SSO setup & user migration | SPA registration for optical-dev dashboard, sidebar text color to text-white/65 | AI portal config, sidebar component |
| 2026-05-07 | SSO configuration | SPA registration, user mapping, personal login disabled | AI portal app, deployment script |
| 2026-05-07 | SSO setup | User isolation, personal login disabled, user account linked, SPA added | auth.config, user-mappings.json, deploy.sh |
| 2026-05-07 | SSO setup | Added SPA to portal, configured user mapping, added AZURE_TENANT_ID to .env | .env, deploy.sh |

View file

@ -47,3 +47,6 @@ tags: [daily]
- 11:22 | `ai_leed`
- **Asked:** Configure the info panel at the bottom of terminals with the same format shown in the image | Added tmux configuration with Ctrl+A prefix, window/pane hotkeys, and session management to shell startup | ~/.zshrc, tmux config
- **Done:**
- 11:28 | `cc-dashboard`
- **Asked:** Configure SSO with user isolation, disable personal login, and migrate user vadymsamoilenko@oliver.agecny to SSO account VadymSamoilenko@oliver.agecny.
- **Done:** Set up SSO in AI portal, added optical-dev dashboard as SPA, and fixed sidebar text color visibility issue in light theme.