docs: define secret store and auth profile plan

This commit is contained in:
a.tolmachev
2026-04-06 00:40:25 +03:00
parent 09604c6481
commit 420074f96a
10 changed files with 428 additions and 36 deletions
+15 -1
View File
@@ -109,7 +109,21 @@ DoD:
- mock JSON больше не используется на критическом пути;
- UI, backend и docs синхронизированы.
## 10. Этап 9. Hardening and demo readiness
## 10. Этап 9. Secret store and upstream auth
Цель:
- заменить UI placeholder-модель `${secrets.*}` на рабочий backend/runtime слой secrets.
DoD:
- есть workspace-scoped `Secrets` resource;
- secret values хранятся только в зашифрованном виде;
- `AuthProfile` ссылается на `secret_id`, а не на строковый placeholder;
- runtime умеет применять bearer/basic/api-key auth к реальному upstream request;
- wizard имеет auth selector и quick-create flow для secrets/auth profiles.
## 11. Этап 10. Hardening and demo readiness
Цель: