feat: add workspace secrets ui

This commit is contained in:
a.tolmachev
2026-04-07 10:06:49 +03:00
parent da94d308de
commit 341496e314
17 changed files with 961 additions and 7 deletions
+2 -1
View File
@@ -220,6 +220,7 @@ DoD:
- новая страница `Secrets`;
- list/create/rotate/delete;
- read-only usage references через `AuthProfile`;
- no plaintext leaks after creation.
### Срез 5. Wizard auth UX
@@ -247,4 +248,4 @@ DoD:
3. `feat/secrets-ui`
4. `feat/wizard-auth-selector`
Только после этого upstream auth можно считать реально реализованным.
Сейчас `feat/secrets-ui` уже закрыт: оператор может управлять encrypted secrets и видеть, какие `AuthProfile` на них ссылаются. Следующий шаг - убрать raw `Auth headers` из wizard primary flow и заменить их на нормальный auth selector и quick-create path для `Secret`/`AuthProfile`.