Overv / outrun

Execute a local command using the processing power of another Linux machine.
Apache License 2.0
3.12k stars 64 forks source link

URI binaries/files #9

Open chadbrewbaker opened 3 years ago

chadbrewbaker commented 3 years ago

I usually use S3 to cache. Syntax to hit a URI for a binary or file instead of localpath? Syntax sugar to sign temp S3 files so you can execute on an S3 unprivileged remote.

Overv commented 3 years ago

What would cause a remote to be unprivileged when it has access to your local file system/environment variables? Are you trying to work around networking/firewall restrictions?

chadbrewbaker commented 3 years ago

My use case it running the command in a given AWS Region. AWS S3 allows temporary signing of file URIs so the remote has temporary access to only the files it will need. The remote would be unprivileged - no access to any filesystem other than what it has on localhost.