docs: mark user secrets as beta (#25704)

Update the user secrets user guide, the admin security secrets
reference, and the docs manifest to label the feature as Beta instead of
Early Access, and link to the beta section of the feature stages doc.
This commit is contained in:
Zach
2026-05-26 15:22:17 -06:00
committed by GitHub
parent 47ac4b309a
commit 20b50dd4b8
3 changed files with 5 additions and 5 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 (Early Access)
## User secrets (Beta)
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 -1
View File
@@ -372,7 +372,7 @@
"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": ["early access"]
"state": ["beta"]
}
]
},
+3 -3
View File
@@ -1,11 +1,11 @@
# User secrets (Early Access)
# User secrets (Beta)
User secrets let you store secret values in Coder and make them available in
every workspace you own.
> [!NOTE]
> User secrets are in Early Access and may change. For more information, see
> [feature stages](../install/releases/feature-stages.md#early-access-features).
> User secrets are in Beta and may change. For more information, see
> [feature stages](../install/releases/feature-stages.md#beta).
## How user secrets work