mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
feat: add user secrets management page (#25371)
Adds the account settings UI for managing user secrets, including the table, add/edit/delete dialog, Storybook coverage, and route/sidebar entry. Also updates the shared `FeatureStageBadge` beta variant with dedicated beta styling, sizing, and label casing for the Secrets page. Stacked on #25370. _This PR was generated by Coder Agents._
This commit is contained in:
@@ -79,6 +79,9 @@ distinct paths to avoid the collision.
|
||||
|
||||
## Create a secret
|
||||
|
||||
You can create, edit, and delete user secrets in the Coder dashboard. Click your
|
||||
avatar, select **Account**, then select **Secrets**.
|
||||
|
||||
Use `coder secret create <name>` to create a user secret. For sensitive values,
|
||||
provide the value through non-interactive stdin with a pipe or redirect. This
|
||||
keeps the value out of your shell history and process arguments.
|
||||
|
||||
Reference in New Issue
Block a user