fix(service_codescalers): require --root, refuse per-user start #140
No reviewers
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_skills!140
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "development_codescalers_root_only"
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?
Why
hero_codescalers is a per-server admin tool: one instance per host, owned by root, with TCP access gated by in root's hero_proc secret store. Per-user instances each get their own secret store and their own admin list, defeating the single-admin-gate model.
Change
now refuses without , with an actionable error pointing to the right command. Stops anyone (including future me) from accidentally provisioning a per-user instance that cannot integrate with the host-wide whitelist.
Related
Surfaces during issue lhumina_code/hero_codescalers#8 stack verification.