adamkewley / jobson

A platform for transforming command-line applications into a job service.
Apache License 2.0
256 stars 20 forks source link

Add job request source IP into the job metadata #2

Closed adamkewley closed 6 years ago

adamkewley commented 6 years ago

Request copied from Jim Törnvall (here.

Jim would like the IP of the client that submitted a job request. This is not currently available in the stack because the REST entrypoints (in resources/) do not collect the information.

adamkewley commented 6 years ago

Closing this because propagating address (IP) information through the Jobson stack would create a bunch of code dependencies that would be instantly broken if hosting through (for example) unix sockets.

If there's high enough demand, I'll reopen.