service_manager: FromHeroProcSecret resolver (currently stubbed) #99
Labels
No labels
prio_critical
prio_low
type_bug
type_contact
type_issue
type_lead
type_question
type_story
type_task
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
lhumina_code/hero_router#99
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Tracked from #90.
The v2 trait
HeroServicedoes NOT have aFromHeroProcSecretresolver — env values from hero_proc secrets are NOT resolved at action-build time. The canonical Hero pattern (perhero_proc_metaskill) is for the daemon binary itself to read secrets at runtime viahero_proc_sdk::secrets, not for the manager to bake them into the action spec.A few services could legitimately want secret resolution at action-build time though (e.g. for ARGs not env vars).
Fix (if needed): add a small helper
lib::hp_get_secret(key: &str) -> Result<String>callable fromstartimpls. Keep it explicit per-service rather than a generic resolver.Lower priority — not blocking any service today.