Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/admin/security/secrets.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
> 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
Expand Down Expand Up @@ -86,7 +86,7 @@
for each workspace and then making the relevant secrets available via the
cloud's secret management system.

## Displaying Secrets

Check warning on line 89 in docs/admin/security/secrets.md

View workflow job for this annotation

GitHub Actions / lint-docs

Coder.GerundHeading

Heading starts with an -ing word ('Displaying'); prefer the imperative ('Install') or the noun ('Installation'). See capitalization-and-punctuation.md#no-gerund-leading-headings.

While you can inject secrets into the workspace via environment variables, you
can also show them in the Workspace UI with
Expand Down
1 change: 0 additions & 1 deletion docs/install/releases/feature-stages.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 -->

Expand Down
3 changes: 1 addition & 2 deletions docs/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]
},
Expand Down
6 changes: 1 addition & 5 deletions docs/user-guides/user-secrets.md
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
Loading