feat: resolve auth profiles through secret ids

This commit is contained in:
a.tolmachev
2026-04-07 00:43:35 +03:00
parent a6388e4353
commit 191e749b14
10 changed files with 237 additions and 40 deletions
+6 -6
View File
@@ -2,19 +2,19 @@
## Current
### `feat/soap-adapter-foundation`
### `feat/auth-profile-secret-resolution`
Status: completed
DoD:
- `crank-adapter-soap` supports unary SOAP request-response execution
- WSDL upload and service/port/operation inspection are available in `admin-api`
- SOAP faults are normalized into runtime errors
- workspace-scoped SOAP test runs work through the same `Operation` lifecycle
- `AuthConfig` references real `SecretId` values instead of string placeholders
- auth profile create flow validates all referenced secrets inside the workspace
- secret delete is rejected while an auth profile still references the secret
- tests cover missing-secret validation and reference-protected secret deletion
## Next
- `feat/auth-profile-secret-resolution`
- `feat/runtime-upstream-auth`
## Backlog