We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Initializing a function in SCAR creates the files /tmp/faas.zipand /tmp/function.zip with the ownership of the user invoking SCAR.
/tmp/faas.zip
/tmp/function.zip
This prevents other users in the same machine to use SCAR since the files cannot be overwritten.
The solution should be using (or prepending) a UUID in the file name.
The text was updated successfully, but these errors were encountered:
fbb7a0c
Merge pull request #332 from grycap/fix-folders
e9016fa
Fix #331
Fix supervisor download in /tmp (#331)
a74caf9
srisco
No branches or pull requests
Initializing a function in SCAR creates the files
/tmp/faas.zip
and/tmp/function.zip
with the ownership of the user invoking SCAR.This prevents other users in the same machine to use SCAR since the files cannot be overwritten.
The solution should be using (or prepending) a UUID in the file name.
The text was updated successfully, but these errors were encountered: