Skip to content

feat(site): clarify why secret name is disabled when editing#26553

Open
blinkagent[bot] wants to merge 2 commits into
mainfrom
matifali/secrets-name-helper-text
Open

feat(site): clarify why secret name is disabled when editing#26553
blinkagent[bot] wants to merge 2 commits into
mainfrom
matifali/secrets-name-helper-text

Conversation

@blinkagent

@blinkagent blinkagent Bot commented Jun 19, 2026

Copy link
Copy Markdown
Contributor

Adds helper text under the disabled Name field in the Edit secret dialog so users understand why it can't be changed:

Unique identifier (can’t be changed).

Matches the existing pattern used elsewhere (e.g. AI settings). The secret name is the resource identifier in the API path (PATCH /api/v2/users/{user}/secrets/{name}) and UpdateUserSecretRequest has no name field, so rename isn't supported server-side.

Created on behalf of @matifali.

Adds helper text under the disabled Name field in the Edit secret
dialog explaining that the name cannot be changed after creation
and that users must delete and recreate the secret to rename it.

The name is used as the resource identifier in the API path
(PATCH /api/v2/users/{user}/secrets/{name}) and is not part of
UpdateUserSecretRequest, so renaming is not supported server-side.
@github-actions github-actions Bot added the community Pull Requests and issues created by the community. label Jun 19, 2026
@blinkagent blinkagent Bot removed the community Pull Requests and issues created by the community. label Jun 19, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant