mirror of
https://github.com/coder/coder.git
synced 2026-06-06 22:48:19 +00:00
869ab196b3
Adds an optional admin-supplied description per user-set custom header key, stored as a JSONB map (custom_headers_user_key_descriptions) alongside custom_headers_user_keys. Updates the existing unmerged 000510 migration in place, threads the descriptions through the SDK, validation, create/update handlers, and the admin form and user settings page. The user-facing dialog shows each description as muted helper text above the matching value input. Descriptions for keys not in custom_headers_user_keys are rejected; orphaned descriptions are silently dropped when the key list changes.