-
Notifications
You must be signed in to change notification settings - Fork 500
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
file creation User premision #3989
Comments
Do you mean files created with copy() ? Or are you referring to temp files? or something else? |
the Files created in clients/server/collections/{FlowId}/uploads/scope/ specifically the offline collector right now it is created under restrictive permissions but i need to allow a specific user access without sudo to even the newly created files |
Indeed internal files created by the server for it own use are locked down to be only readable by the server Linux user. This is a security and hardening measure. If you want to access those files you can do so via the API or export them via creating a download zip file. |
how to i download the created collector though the api |
is it possible to change the default permission behavior of file creation
The text was updated successfully, but these errors were encountered: