Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

URI binaries/files #9

Open
chadbrewbaker opened this issue Mar 18, 2021 · 2 comments
Open

URI binaries/files #9

chadbrewbaker opened this issue Mar 18, 2021 · 2 comments

Comments

@chadbrewbaker
Copy link

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
Copy link
Owner

Overv commented Mar 22, 2021

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
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants