vault backup: 2026-04-16 19:16:02

This commit is contained in:
Vadym Samoilenko 2026-04-16 19:16:02 +01:00
parent a6016ae0b6
commit e7ed20830b
2 changed files with 17 additions and 0 deletions

View file

@ -23,6 +23,10 @@ created: 2026-04-15
- **Local path:** `/Volumes/SSD/Projects/Oliver/hp-prod-tracker`
## Sessions
### 2026-04-16 Configure SSO with Azure credentials and
**Asked:** Configure SSO with Azure credentials and handle token exchange in browser.
**Done:** Set up Azure SSO with tenant/client IDs, fixed redirect paths to account for basePath, and pushed changes to git.
### 2026-04-16 Asked for SSO configuration with Azure
**Asked:** Asked for SSO configuration with Azure credentials for a browser-based SPA application.
**Done:** Configured Azure SSO with provided tenant ID, client ID, and redirect URI, added sign-out button to NavLinks component.
@ -191,6 +195,7 @@ created: 2026-04-15
## Change Log
| Date | Requested | Changed | Files |
|------|-----------|---------|-------|
| 2026-04-16 | SSO setup | Azure credentials added, redirectTo paths fixed for basePath /hp-prod-tracker | .env, auth config, pending page component |
| 2026-04-16 | SSO setup | Azure credentials added, sign-out button added to NavLinks | .env, NavLinks.tsx |
| 2026-04-16 | SSO setup | Azure credentials added, env vars configured, SSO authentication verified | .env, auth config files |
| 2026-04-16 | SSO setup | Azure credentials configured, env variables renamed (AUTH_MICROSOFT_ENTRA_ID_ID→AZURE_CLIENT_ID, AUTH_MICROSOFT_ENTRA_ID_TENANT_ID→AZURE_TENANT_ID), AUTH_URL removed | .env, docker-compose configuration |

View file

@ -167,3 +167,15 @@ tags: [daily]
- 19:11 (1min) | `aimpress`
- **Asked:** Set up WezTerm configuration matching existing terminal preferences.
- **Done:** Created WezTerm config with Catppuccin Mocha theme, FiraCode 16 font, and fish shell to match Ghostty and Kitty setup.
- 19:13 (<1min) | `aimpress`
- **Asked:** Restore WezTerm settings after accidental configuration change that hid tabs.
- **Done:** Identified problematic settings in wezterm.lua (hide_tab_bar_if_only_one_tab and show_new_tab_button_in_tab_bar) and proposed reverting them to show tabs again.
- 19:14 | `hp-prod-tracker`
- **Asked:** Configure SSO with Azure credentials and handle token exchange in browser.
- **Done:** Set up Azure SSO with tenant/client IDs, fixed redirect paths to account for basePath, and pushed changes to git.
- 19:14 | `aimpress`
- **Asked:** Restore WezTerm settings after configuration changes caused tabs to disappear.
- **Done:** Identified that `hide_tab_bar_if_only_one_tab = true` and `show_new_tab_button_in_tab_bar = false` were hiding tabs, confirmed changes needed with developer.
- 19:15 | `aimpress`
- **Asked:** Restore WezTerm configuration to show tabs and buttons.
- **Done:** Reverted hide_tab_bar_if_only_one_tab and show_new_tab_button_in_tab_bar settings, increased font size.