[PR #3591] [MERGED] fix: add --no-password --insecure flags to jwk format command #3632

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/3591
Author: @open-swe[bot]
Created: 4/15/2026
Status: Merged
Merged: 4/27/2026
Merged by: @lnhsingh

Base: mainHead: open-swe/1cd55342-d27e-bc29-3483-758aff4e9ad8


📝 Commits (1)

  • 1582c71 fix: add --no-password --insecure flags to step crypto key format command for unencrypted JWKS output

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 src/langsmith/llm-auth-proxy-self-hosted.mdx (+1 -1)

📄 Description

Description

The step crypto key format --jwk command was producing encrypted JWK output. Added --no-password --insecure flags so the output is the unencrypted JWKS format that the platform expects.

Test Plan

  • Verify the updated command in the self-hosted docs page renders correctly

🔄 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/3591 **Author:** [@open-swe[bot]](https://github.com/apps/open-swe) **Created:** 4/15/2026 **Status:** ✅ Merged **Merged:** 4/27/2026 **Merged by:** [@lnhsingh](https://github.com/lnhsingh) **Base:** `main` ← **Head:** `open-swe/1cd55342-d27e-bc29-3483-758aff4e9ad8` --- ### 📝 Commits (1) - [`1582c71`](https://github.com/langchain-ai/docs/commit/1582c71e48d6ac785737d4c415804ef250bbdfe5) fix: add --no-password --insecure flags to step crypto key format command for unencrypted JWKS output ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `src/langsmith/llm-auth-proxy-self-hosted.mdx` (+1 -1) </details> ### 📄 Description ## Description The `step crypto key format --jwk` command was producing encrypted JWK output. Added `--no-password --insecure` flags so the output is the unencrypted JWKS format that the platform expects. ## Test Plan - [ ] Verify the updated command in the self-hosted docs page renders correctly --- <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:23:44 -04:00
yindo closed this issue 2026-06-05 18:23:44 -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#3632