vault backup: 2026-05-07 13:16:45

This commit is contained in:
Vadym Samoilenko 2026-05-07 13:16:45 +01:00
parent 97329a6f76
commit 48ff2df3ad
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 configuration | User isolation enabled, personal login disabled, user migration (vadymsamoilenko@oliver.agecny → VadymSamoilenko@oliver.agecny) | Authentication config, User mapping database |
| 2026-05-07 | SSO configuration | User isolation enabled, personal login disabled, user migration completed, Planka and Apache deployed | Authentication config, Planka containers, Apache config |
| 2026-05-07 | SSO setup | User isolation enabled, personal login disabled, user migration vadymsamoilenko@oliver.agecny → VadymSamoilenko@oliver.agecny, SPA registration | auth-config, user-migration, AI-portal-app |
| 2026-05-07 | SSO setup | Personal login disabled, user migration configured, SPA URL added | auth-config, user-mapping, portal-settings |

View file

@ -80,3 +80,6 @@ tags: [daily]
- 12:55 | `cc-dashboard`
- **Asked:** Set up SSO with user isolation, disable personal login, and migrate vadymsamoilenko@oliver.agecny to VadymSamoilenko@oliver.agecny.
- **Done:** Configured SSO on optical-dev.oliver.solutions/cc-dashboard/ as a Single Page Application and started Planka and Apache containers.
- 13:15 (6min) | `cc-dashboard`
- **Asked:** Set up SSO with user isolation and migrate user account to new SSO credentials.
- **Done:** Configured SSO in AI portal, added dashboard SPA, disabled personal login, and linked user accounts.