mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
docs: remove beta labels from user secrets (#27510)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
@@ -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,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:
|
||||
|
||||
Reference in New Issue
Block a user