[PR #681] [MERGED] fix: add missing microsoftOAuthProvider mapping (#672) #680

Closed
opened 2026-06-05 19:17:23 -04:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/helm/pull/681
Author: @langchain-infra
Created: 4/16/2026
Status: Merged
Merged: 4/16/2026
Merged by: @langchain-infra

Base: v14-stableHead: mukil/v14-stable-microsoft-oauth


📝 Commits (1)

  • b0221de fix: add missing microsoftOAuthProvider mapping (#672)

📊 Changes

3 files changed (+7 additions, -0 deletions)

View changed files

📝 charts/langsmith/README.md (+1 -0)
📝 charts/langsmith/templates/_helpers.tpl (+4 -0)
📝 charts/langsmith/values.yaml (+2 -0)

📄 Description

  • fix: add missing microsoftOAuthProvider mapping to Helm chart

The MICROSOFT_OAUTH_PROVIDER env var was never wired up in the Helm chart, causing self-hosted customers who set microsoftOAuthProvider in their values to have Outlook, Teams, SharePoint, and 365 Docs tools silently disabled. The trigger server also skipped the Outlook cron trigger.

Adds the value to values.yaml and the env var mapping in agentBuilderOAuthEnvVars, following the same pattern as the existing five OAuth providers (Google, Slack, LinkedIn, Linear, GitHub).

  • chore: bump image versions to 0.13.41


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/helm/pull/681 **Author:** [@langchain-infra](https://github.com/langchain-infra) **Created:** 4/16/2026 **Status:** ✅ Merged **Merged:** 4/16/2026 **Merged by:** [@langchain-infra](https://github.com/langchain-infra) **Base:** `v14-stable` ← **Head:** `mukil/v14-stable-microsoft-oauth` --- ### 📝 Commits (1) - [`b0221de`](https://github.com/langchain-ai/helm/commit/b0221de973a5f55fff5c2ad3e8fb2a79e0915c39) fix: add missing microsoftOAuthProvider mapping (#672) ### 📊 Changes **3 files changed** (+7 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `charts/langsmith/README.md` (+1 -0) 📝 `charts/langsmith/templates/_helpers.tpl` (+4 -0) 📝 `charts/langsmith/values.yaml` (+2 -0) </details> ### 📄 Description * fix: add missing microsoftOAuthProvider mapping to Helm chart The MICROSOFT_OAUTH_PROVIDER env var was never wired up in the Helm chart, causing self-hosted customers who set microsoftOAuthProvider in their values to have Outlook, Teams, SharePoint, and 365 Docs tools silently disabled. The trigger server also skipped the Outlook cron trigger. Adds the value to values.yaml and the env var mapping in agentBuilderOAuthEnvVars, following the same pattern as the existing five OAuth providers (Google, Slack, LinkedIn, Linear, GitHub). * chore: bump image versions to 0.13.41 --------- --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-06-05 19:17:23 -04:00
yindo closed this issue 2026-06-05 19:17:23 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/helm#680