Migrate to hero_osis unified socket path #32
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_os#32
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?
Context
hero_osis is migrating to the standard hero_sockets convention (unified OServer architecture from hero_rpc
developmentbranch).Socket Changes
~/hero/var/sockets/hero_osis/{context}/rpc.sock(per-context sockets)~/hero/var/sockets/hero_osis/rpc.sock(single unified socket)~/hero/var/sockets/hero_osis/ui.sock~/hero/var/sockets/hero_osis/ui.sock(unchanged)Protocol Changes
X-Hero-ContextHTTP header (integer:0=admin,>=1=user)X-Hero-ClaimsHTTP header (missing = full trust)rpc.sockType.method(e.g.,user.get,channel.list)What Needs Updating
hero_os_httpproxy: connect to singlerpc.sockinstead of per-context socketsX-Hero-Contextheader based on the request contextReferences
development_hero_sdk