From 57149e33cc312ee1afa9d7ce0e62b7db0acf4497 Mon Sep 17 00:00:00 2001 From: Vadym Samoilenko Date: Wed, 29 Apr 2026 10:49:26 +0100 Subject: [PATCH] vault backup: 2026-04-29 10:49:26 --- .../oliver-sales-ops-platform/Oliver Sales Ops Platform.md | 5 +++++ 99 Daily/2026-04-29.md | 3 +++ 2 files changed, 8 insertions(+) diff --git a/01 Projects/oliver-sales-ops-platform/Oliver Sales Ops Platform.md b/01 Projects/oliver-sales-ops-platform/Oliver Sales Ops Platform.md index e8be43e..cae67b4 100644 --- a/01 Projects/oliver-sales-ops-platform/Oliver Sales Ops Platform.md +++ b/01 Projects/oliver-sales-ops-platform/Oliver Sales Ops Platform.md @@ -24,6 +24,10 @@ created: 2026-04-28 - **Local path:** `/Volumes/SSD/Projects/Oliver/oliver-sales-ops-platform` ## Sessions +### 2026-04-29 – Add SPA redirect URI to Azure +**Asked:** Add SPA redirect URI to Azure and configure authorized user emails for the application. +**Done:** Added redirect URI to Azure, provided list of authorized users, and resolved Git permission issues by running deployment commands with sudo. + ### 2026-04-29 – Add SPA redirect URI to Azure **Asked:** Add SPA redirect URI to Azure and configure authorized user emails for the Oliver Sales Ops platform. **Done:** Added redirect URI to Azure, compiled authorized user list (8 users), removed non-existent user zlalani@oliver.agency, and resolved git directory permission issues. @@ -72,6 +76,7 @@ created: 2026-04-28 ## Change Log | Date | Requested | Changed | Files | |------|-----------|---------|-------| +| 2026-04-29 | Azure redirect URI configuration | Added SPA redirect URI https://optical-dev.oliver.solutions/oliver-sales-ops-platform/, configured authorized users (removed zlalani@oliver.agency) | Azure configuration, deployment scripts | | 2026-04-29 | Azure configuration | SPA redirect URI added to https://optical-dev.oliver.solutions/oliver-sales-ops-platform/, authorized users configured (8 emails), zlalani@oliver.agency removed | Azure app registration, git config | | 2026-04-29 | Azure config | SPA redirect URI added, authorized users configured, zlalani@oliver.agency removed | .env, deploy configuration files | | 2026-04-29 | Azure SSO allowlist config | Added 7 authorized users, removed zlalani@oliver.agency, verified DEV_AUTH_BYPASS setting | allowed_users.yaml, docker-compose.yml, auth.py, deploy.sh | diff --git a/99 Daily/2026-04-29.md b/99 Daily/2026-04-29.md index 4dbdde5..27ccb91 100644 --- a/99 Daily/2026-04-29.md +++ b/99 Daily/2026-04-29.md @@ -35,3 +35,6 @@ tags: [daily] - 10:45 | `oliver-sales-ops-platform` - **Asked:** Add SPA redirect URI to Azure and configure authorized user emails for the Oliver Sales Ops platform. - **Done:** Added redirect URI to Azure, compiled authorized user list (8 users), removed non-existent user zlalani@oliver.agency, and resolved git directory permission issues. +- 10:48 | `oliver-sales-ops-platform` + - **Asked:** Add SPA redirect URI to Azure and configure authorized user emails for the application. + - **Done:** Added redirect URI to Azure, provided list of authorized users, and resolved Git permission issues by running deployment commands with sudo.