docs: remove beta labels from user secrets (#27510)

This commit is contained in:
Atif Ali
2026-07-27 19:34:29 +05:00
committed by GitHub
parent 92d45a0411
commit 025ded0536
4 changed files with 3 additions and 9 deletions
+1 -1
View File
@@ -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
-1
View File
@@ -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. |
<!-- END: available-beta-features -->
+1 -2
View File
@@ -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"
}
]
},
+1 -5
View File
@@ -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: