[PR #1758] [MERGED] mTLS support for Postgres self hosted #1829

Closed
opened 2026-02-17 17:22:46 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/1758
Author: @romain-priour-lc
Created: 12/5/2025
Status: Merged
Merged: 12/8/2025
Merged by: @romain-priour-lc

Base: mainHead: romain/postgres-mtls-support


📝 Commits (3)

📊 Changes

2 files changed (+134 additions, -9 deletions)

View changed files

📝 src/langsmith/self-host-external-postgres.mdx (+110 -4)
📝 src/langsmith/self-host-external-redis.mdx (+24 -5)

📄 Description

Overview

  • Added to external PG page section for mtls support
  • Updated existing redis MTLS docs

Type of change

Update Existing documentation

Related issues/PRs

Closes INF-1268

Checklist

  • I have read the contributing guidelines
  • I have tested my changes locally using docs dev
  • All code examples have been tested and work correctly
  • I have used root relative paths for internal links
  • I have updated navigation in src/docs.json if needed

🔄 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/docs/pull/1758 **Author:** [@romain-priour-lc](https://github.com/romain-priour-lc) **Created:** 12/5/2025 **Status:** ✅ Merged **Merged:** 12/8/2025 **Merged by:** [@romain-priour-lc](https://github.com/romain-priour-lc) **Base:** `main` ← **Head:** `romain/postgres-mtls-support` --- ### 📝 Commits (3) - [`447766e`](https://github.com/langchain-ai/docs/commit/447766e35565065f4a0e539079c74cf60c1102d9) Done - [`5891cfc`](https://github.com/langchain-ai/docs/commit/5891cfc4b3e217a913f6f098670c584e74bdb2b9) Add the customTls helm value - [`94cc1f0`](https://github.com/langchain-ai/docs/commit/94cc1f0443847a086208831d9856494c3c990a11) review comment ### 📊 Changes **2 files changed** (+134 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `src/langsmith/self-host-external-postgres.mdx` (+110 -4) 📝 `src/langsmith/self-host-external-redis.mdx` (+24 -5) </details> ### 📄 Description ## Overview - Added to external PG page section for mtls support - Updated existing redis MTLS docs ## Type of change Update Existing documentation ## Related issues/PRs Closes INF-1268 ## Checklist <!-- Put an 'x' in all boxes that apply --> - [X] I have read the [contributing guidelines](README.md) - [X] I have tested my changes locally using `docs dev` - [X] All code examples have been tested and work correctly - [X] I have used **root relative** paths for internal links - [ ] I have updated navigation in `src/docs.json` if needed --- <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-02-17 17:22:46 -05:00
yindo closed this issue 2026-02-17 17:22:46 -05:00
yindo changed title from [PR #1758] mTLS support for Postgres self hosted to [PR #1758] [MERGED] mTLS support for Postgres self hosted 2026-06-05 18:15:07 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/docs#1829