[PR #3712] [MERGED] docs: add self-hosted FIPS images guide #3743

Closed
opened 2026-06-05 18:53:00 -04:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/3712
Author: @langchain-infra
Created: 4/24/2026
Status: Merged
Merged: 4/24/2026
Merged by: @langchain-infra

Base: mainHead: docs/self-host-fips


📝 Commits (5)

  • 4184d1a docs: add self-hosted FIPS images guide
  • 2f8d67c Update src/langsmith/self-host-fips.mdx
  • accd6c4 Update src/langsmith/self-host-fips.mdx
  • a592763 Update src/langsmith/self-host-fips.mdx
  • a8a6385 docs: tighten FIPS page description

📊 Changes

2 files changed (+110 additions, -1 deletions)

View changed files

📝 src/docs.json (+2 -1)
src/langsmith/self-host-fips.mdx (+108 -0)

📄 Description

Summary

  • Adds src/langsmith/self-host-fips.mdx, documenting the -fips image variants shipped for every LangChain-authored LangSmith image as of v15.
  • Covers how the images are built (Chainguard FIPS base), the values.yaml overrides, and how to verify FIPS mode with openssl-fips-test.
  • Links out to Chainguard's FIPS image overview and verification guide, and cross-links to the existing image-mirroring and external Postgres/Redis/ClickHouse pages.
  • Calls out that Postgres/Redis/ClickHouse aren't published as -fips variants by LangChain and that FIPS and airgapped rollouts require a conversation with the account executive.
  • Adds the new page to src/docs.json under Self-hosted → Setup guides → Manage an installation, immediately after the image-mirroring page.

Test plan

  • make lint_prose FILES="src/langsmith/self-host-fips.mdx" — 0 errors, 0 warnings, 0 suggestions.
  • Eyeball the rendered page locally via mint dev to confirm the image-mapping table and the openssl-fips-test output block render cleanly.
  • Confirm the nav entry appears in the expected Self-hosted → Setup guides → Manage an installation group.
  • Verify the two Chainguard links and the three internal cross-links resolve.

Authored with assistance from Claude Code (Opus 4.7).


🔄 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/3712 **Author:** [@langchain-infra](https://github.com/langchain-infra) **Created:** 4/24/2026 **Status:** ✅ Merged **Merged:** 4/24/2026 **Merged by:** [@langchain-infra](https://github.com/langchain-infra) **Base:** `main` ← **Head:** `docs/self-host-fips` --- ### 📝 Commits (5) - [`4184d1a`](https://github.com/langchain-ai/docs/commit/4184d1af358eab8c7b4855e57becb6456fafa4a9) docs: add self-hosted FIPS images guide - [`2f8d67c`](https://github.com/langchain-ai/docs/commit/2f8d67ccc1b96d66185d49c8c368792539765b53) Update src/langsmith/self-host-fips.mdx - [`accd6c4`](https://github.com/langchain-ai/docs/commit/accd6c49cb4c091f685e26bbfe814f47a312eb5c) Update src/langsmith/self-host-fips.mdx - [`a592763`](https://github.com/langchain-ai/docs/commit/a592763c91669c47e5a76106885c38e5517cacf6) Update src/langsmith/self-host-fips.mdx - [`a8a6385`](https://github.com/langchain-ai/docs/commit/a8a6385990125776d99b398ce9d7b48800d223c0) docs: tighten FIPS page description ### 📊 Changes **2 files changed** (+110 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `src/docs.json` (+2 -1) ➕ `src/langsmith/self-host-fips.mdx` (+108 -0) </details> ### 📄 Description ## Summary - Adds `src/langsmith/self-host-fips.mdx`, documenting the `-fips` image variants shipped for every LangChain-authored LangSmith image as of v15. - Covers how the images are built (Chainguard FIPS base), the `values.yaml` overrides, and how to verify FIPS mode with `openssl-fips-test`. - Links out to Chainguard's FIPS image overview and verification guide, and cross-links to the existing image-mirroring and external Postgres/Redis/ClickHouse pages. - Calls out that Postgres/Redis/ClickHouse aren't published as `-fips` variants by LangChain and that FIPS and airgapped rollouts require a conversation with the account executive. - Adds the new page to `src/docs.json` under Self-hosted → Setup guides → Manage an installation, immediately after the image-mirroring page. ## Test plan - [x] `make lint_prose FILES="src/langsmith/self-host-fips.mdx"` — 0 errors, 0 warnings, 0 suggestions. - [ ] Eyeball the rendered page locally via `mint dev` to confirm the image-mapping table and the `openssl-fips-test` output block render cleanly. - [ ] Confirm the nav entry appears in the expected Self-hosted → Setup guides → Manage an installation group. - [ ] Verify the two Chainguard links and the three internal cross-links resolve. --- Authored with assistance from Claude Code (Opus 4.7). --- <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 18:53:00 -04:00
yindo closed this issue 2026-06-05 18:53:00 -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#3743