From 7b7c9a050737ba8dc033191f28a378b52d404444 Mon Sep 17 00:00:00 2001 From: Atif Ali Date: Mon, 27 Jul 2026 09:27:22 +0000 Subject: [PATCH] docs: remove beta labels from user secrets --- docs/admin/security/secrets.md | 2 +- docs/install/releases/feature-stages.md | 1 - docs/manifest.json | 3 +-- docs/user-guides/user-secrets.md | 6 +----- 4 files changed, 3 insertions(+), 9 deletions(-) diff --git a/docs/admin/security/secrets.md b/docs/admin/security/secrets.md index b7d9285fff92d..91cfdc5da4795 100644 --- a/docs/admin/security/secrets.md +++ b/docs/admin/security/secrets.md @@ -44,7 +44,7 @@ Users can view their public key in their account settings: > SSH keys are never stored in Coder workspaces, and are fetched only when > SSH is invoked. The keys are held in-memory and never written to disk. -## User secrets (Beta) +## User secrets User secrets are developer-managed values that Coder injects at workspace start. If a user secret targets the same environment variable name or file path as a diff --git a/docs/install/releases/feature-stages.md b/docs/install/releases/feature-stages.md index 74406f0305519..edc596ec795d7 100644 --- a/docs/install/releases/feature-stages.md +++ b/docs/install/releases/feature-stages.md @@ -108,7 +108,6 @@ available in the documentation. |------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------| | [MCP Server](../../ai-coder/mcp-server.md) | Connect external AI coding agents to Coder using its built-in Model Context Protocol server. | | [JetBrains Toolbox](../../user-guides/workspace-access/jetbrains/toolbox.md) | Connect to and manage your Coder workspaces from the JetBrains Toolbox app. | -| [User secrets](../../user-guides/user-secrets.md) | Store secret values in Coder and automatically inject them into workspaces | | [Coder Agents](../../ai-coder/agents/index.md) | Delegate development work to coding agents in your deployment with Coder Agents, a chat interface and API. | diff --git a/docs/manifest.json b/docs/manifest.json index f2ca995f0d4c4..74731854918de 100644 --- a/docs/manifest.json +++ b/docs/manifest.json @@ -401,8 +401,7 @@ "title": "User secrets", "description": "Store secret values in Coder and automatically inject them into workspaces", "path": "./user-guides/user-secrets.md", - "icon_path": "./images/icons/secrets.svg", - "state": ["beta"] + "icon_path": "./images/icons/secrets.svg" } ] }, diff --git a/docs/user-guides/user-secrets.md b/docs/user-guides/user-secrets.md index d0b4d5d520972..7dd3d8f4d0a0c 100644 --- a/docs/user-guides/user-secrets.md +++ b/docs/user-guides/user-secrets.md @@ -1,12 +1,8 @@ -# User secrets (Beta) +# User secrets User secrets let you store secret values in Coder and make them available in every workspace you own. -> [!NOTE] -> User secrets are in Beta and may change. For more information, see -> [feature stages](../install/releases/feature-stages.md#beta). - ## How user secrets work Each user secret has: