vault backup: 2026-04-28 19:25:45

This commit is contained in:
Vadym Samoilenko 2026-04-28 19:25:45 +01:00
parent f90a8f0600
commit c4933ecbcc
3 changed files with 16 additions and 0 deletions

View file

@ -24,9 +24,14 @@ created: 2026-04-28
- **Local path:** `/Volumes/SSD/Projects/Oliver/oliver-sales-ops-platform`
## Sessions
### 2026-04-28 How should SSO user access restrictions
**Asked:** How should SSO user access restrictions be implemented — separate Azure environment or backend allowlist validation?
**Done:** Confirmed backend allowlist approach is viable; reviewed AuthProvider.tsx and updated docstring in _upsert_app_user for clarity.
## Change Log
| Date | Requested | Changed | Files |
|------|-----------|---------|-------|
| 2026-04-28 | SSO user restrictions | AuthProvider logic review, _upsert_app_user docstring update | AuthProvider.tsx, _upsert_app_user |
## Related

View file

@ -83,6 +83,10 @@ docker compose logs frontend --tail=50
| 2026-03-15 | Pin python-pptx to 0.6.23 |
## Sessions
### 2026-04-28 Can you check why a document
**Asked:** Can you check why a document uploaded at 8am isn't processing in the notebook?
**Done:** Diagnosed VPN connectivity issue — server at 10.220.168.x is unreachable with 100% packet loss due to downed VPN server, blocked port, or stale configuration.
### 2026-04-28 Check why a document uploaded at
**Asked:** Check why a document uploaded at 8am isn't processing in the notebook.
**Done:** Diagnosed VPN connectivity issue preventing server log access; identified OpenVPN Connect socket protection error blocking VPN server connection.
@ -198,6 +202,7 @@ docker compose logs frontend --tail=50
## Change Log
| Date | Requested | Changed | Files |
|------|-----------|---------|-------|
| 2026-04-28 | VPN server diagnosis | Confirmed packet loss to 10.220.168.x, identified server down/port blocked/stale config as root causes | none |
| 2026-04-28 | VPN troubleshooting | OpenVPN Connect configuration, socket protect() error diagnosis | None |
| 2026-04-28 | Document processing issue | Checked server logs, verified SSH connection | server logs |
| 2026-04-28 | Log | Document processing issue | Server logs, database queries | optical-web-1, notebook system |

View file

@ -104,3 +104,9 @@ tags: [daily]
- 19:23 | `sandbox-notebookllamalm-nextjs`
- **Asked:** Check why a document uploaded at 8am isn't processing in the notebook.
- **Done:** Diagnosed VPN connectivity issue preventing server log access; identified OpenVPN Connect socket protection error blocking VPN server connection.
- 19:24 | `sandbox-notebookllamalm-nextjs`
- **Asked:** Can you check why a document uploaded at 8am isn't processing in the notebook?
- **Done:** Diagnosed VPN connectivity issue — server at 10.220.168.x is unreachable with 100% packet loss due to downed VPN server, blocked port, or stale configuration.
- 19:24 | `oliver-sales-ops-platform`
- **Asked:** How should SSO user access restrictions be implemented — separate Azure environment or backend allowlist validation?
- **Done:** Confirmed backend allowlist approach is viable; reviewed AuthProvider.tsx and updated docstring in _upsert_app_user for clarity.