Add support for listening on unix sockets #253
Labels
No labels
action
check-aws
action
discussion-needed
action
for-external-contributors
action
for-newcomers
action
more-info-needed
action
need-funding
action
triage-required
kind
correctness
kind
ideas
kind
improvement
kind
performance
kind
testing
kind
usability
kind
wrong-behavior
prio
critical
prio
low
scope
admin-api
scope
background-healing
scope
build
scope
documentation
scope
k8s
scope
layout
scope
metadata
scope
ops
scope
rpc
scope
s3-api
scope
security
scope
telemetry
No milestone
No project
No assignees
3 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Deuxfleurs/garage#253
Loading…
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?
972426cee1
2/3rds of the work is already done. RPC is where I had to stop as I was running out of time and rust skills, haha...
The one thing that may need to change is parsing the RemoteAddr/RealIP from the HTTP headers if you want accurate logging from withing the service handlers.
I'll have time next week to continue working on it but if someone more knowledgeable with the code base (and rust) can get it working in a few lines, it'll probably save me a few hours and a headache or two.
Cheers,
Tom
Hi @devnode, could you open a pull request for your work? You can mark it with the
WIP:
prefix to indicate that the work is not finished yet.I'm closing this issue for now as this is not the correct place to discuss it, but we're definitely interested in having your work in Garage once it is complete.
@lx hey, can we open this? I would like to have ability to connect via unix domain socketz, especially for web api. It' very convinient as it doesn't reserve port