[PR #1768] [MERGED] MTLS Support for ClickHouse in LangSmith #1836

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

📋 Pull Request Information

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

Base: mainHead: romain/clickhouse-mtls-support-langsmith


📝 Commits (5)

  • 447766e Done
  • 5891cfc Add the customTls helm value
  • f5e34b4 Clickhouse MTLS Docs done
  • 83ffc0d Merge branch 'main' into romain/clickhouse-mtls-support-langsmith
  • 7ca635e Add server TLS steps link like in the Postgres docs

📊 Changes

3 files changed (+143 additions, -11 deletions)

View changed files

📝 src/langsmith/self-host-external-clickhouse.mdx (+141 -9)
📝 src/langsmith/self-host-external-postgres.mdx (+1 -1)
📝 src/langsmith/self-host-external-redis.mdx (+1 -1)

📄 Description

Overview

  • Similar to previous Postgres and Redis PRs

Type of change

Update existing documentation

Related issues/PRs

Closes INF-1269

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/1768 **Author:** [@romain-priour-lc](https://github.com/romain-priour-lc) **Created:** 12/6/2025 **Status:** ✅ Merged **Merged:** 12/9/2025 **Merged by:** [@romain-priour-lc](https://github.com/romain-priour-lc) **Base:** `main` ← **Head:** `romain/clickhouse-mtls-support-langsmith` --- ### 📝 Commits (5) - [`447766e`](https://github.com/langchain-ai/docs/commit/447766e35565065f4a0e539079c74cf60c1102d9) Done - [`5891cfc`](https://github.com/langchain-ai/docs/commit/5891cfc4b3e217a913f6f098670c584e74bdb2b9) Add the customTls helm value - [`f5e34b4`](https://github.com/langchain-ai/docs/commit/f5e34b426a625f42e8f7f9955ea79414a776ed2d) Clickhouse MTLS Docs done - [`83ffc0d`](https://github.com/langchain-ai/docs/commit/83ffc0dce981c208ecf21c963ddfada67fc0fb23) Merge branch 'main' into romain/clickhouse-mtls-support-langsmith - [`7ca635e`](https://github.com/langchain-ai/docs/commit/7ca635e290fc728006dda45b42700a657f68f8b7) Add server TLS steps link like in the Postgres docs ### 📊 Changes **3 files changed** (+143 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `src/langsmith/self-host-external-clickhouse.mdx` (+141 -9) 📝 `src/langsmith/self-host-external-postgres.mdx` (+1 -1) 📝 `src/langsmith/self-host-external-redis.mdx` (+1 -1) </details> ### 📄 Description ## Overview - Similar to previous Postgres and Redis PRs ## Type of change Update existing documentation ## Related issues/PRs Closes INF-1269 ## 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 - [X] 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:47 -05:00
yindo closed this issue 2026-02-17 17:22:47 -05:00
yindo changed title from [PR #1768] MTLS Support for ClickHouse in LangSmith to [PR #1768] [MERGED] MTLS Support for ClickHouse in LangSmith 2026-06-05 18:15:10 -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#1836