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

file creation User premision #3989

Open
D-V-W opened this issue Jan 2, 2025 · 4 comments
Open

file creation User premision #3989

D-V-W opened this issue Jan 2, 2025 · 4 comments

Comments

@D-V-W
Copy link

D-V-W commented Jan 2, 2025

is it possible to change the default permission behavior of file creation

@D-V-W D-V-W changed the title file creation file creation User premision Jan 2, 2025
@scudette
Copy link
Contributor

scudette commented Jan 2, 2025

Do you mean files created with copy() ? Or are you referring to temp files? or something else?

@D-V-W
Copy link
Author

D-V-W commented Jan 5, 2025

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

@scudette
Copy link
Contributor

scudette commented Jan 5, 2025

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.

@D-V-W
Copy link
Author

D-V-W commented Jan 6, 2025

how to i download the created collector though the api

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