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
+2 -1
View File
@@ -247,5 +247,6 @@ DoD:
2. `feat/auth-profile-secret-resolution`
3. `feat/secrets-ui`
4. `feat/wizard-auth-selector`
5. `feat/manual-regression-pass`
Сейчас `feat/secrets-ui` уже закрыт: оператор может управлять encrypted secrets и видеть, какие `AuthProfile` на них ссылаются. Следующий шаг - убрать raw `Auth headers` из wizard primary flow и заменить их на нормальный auth selector и quick-create path для `Secret`/`AuthProfile`.
Сейчас `feat/wizard-auth-selector` уже закрыт: wizard использует auth selector на шаге 2, сериализует `auth_profile_ref` в `execution_config`, умеет quick-create для `Secret` и `AuthProfile`, а raw `Auth headers` убраны из primary UX. Следующий шаг - ручной regression pass по REST / GraphQL / gRPC / WebSocket / SOAP и проверка связки `Secrets -> Auth Profiles -> Test Run / MCP call`.