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:
dylanhuff-at-coder
2026-05-26 11:51:00 -07:00
committed by GitHub
parent 5ab5e07012
commit 7887cff9d0
17 changed files with 1701 additions and 44 deletions
+3
View File
@@ -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.