feat: add wizard auth selector

This commit is contained in:
a.tolmachev
2026-04-07 11:38:00 +03:00
parent 341496e314
commit 6711214bb1
8 changed files with 626 additions and 85 deletions
+6 -6
View File
@@ -2,20 +2,20 @@
## Current
### `feat/secrets-ui`
### `feat/wizard-auth-selector`
Status: completed
DoD:
- separate `Secrets` page exists next to `API Keys`
- UI supports list/create/rotate/delete for workspace secrets on live backend endpoints
- UI shows read-only auth profile usage references for each secret
- no UI flow pretends to reveal plaintext after create/rotate when backend does not return it
- wizard step 2 uses auth selector instead of `${secrets.*}` placeholders
- upstream auth is serialized into `execution_config.auth_profile_ref`
- raw auth headers are removed from primary wizard UX
- quick-create secret and auth profile flow works against live backend endpoints
- node checks, UI docker build, and workspace check pass
## Next
- `feat/wizard-auth-selector`
- `feat/manual-regression-pass`
## Backlog