feat: add secret store foundation

This commit is contained in:
a.tolmachev
2026-04-06 01:13:10 +03:00
parent 420074f96a
commit d7e5ae95d6
23 changed files with 954 additions and 48 deletions
+6 -5
View File
@@ -2,18 +2,19 @@
## Current
### `feat/secrets-auth-plan`
### `feat/secret-store-foundation`
Status: completed
DoD:
- Docs describe the target secret store and auth profile model
- Backend, runtime, and UI gaps are captured as vertical slices
- TASKS and implementation plan reflect the new sequence
- Workspace-scoped secret store is persisted in PostgreSQL
- Secret values are encrypted with `CRANK_MASTER_KEY`
- Admin API exposes create/list/get/rotate/delete secret endpoints
- Integration tests cover secret CRUD and rotation
## Next
- `feat/secret-store-foundation`
- `feat/auth-profile-secret-resolution`
## Backlog