How to segregate server folders access per workflow or per collection ?
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hello,
I have workflow(s) which must read some data file(s) directly put on the server.
No problem... but it seems that from a workflow, I can read any file on the server... (and maybe write any file on the server).
How to segregate server folders access per workflow or per collection ?
Regards,
Alex
- Labels:
- Server
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
You can do this via worker nodes. and hypothetically files included as workflow dependecies SHOULD (should) be stored in .yxzp files when not running locally. Files written to Server in non-temp directories will be accessible cross Server. Files written to temp directories should (should) be ephemeral and removed at completion of the workflow. AFAIK -> there is no cross file privilege restriction which you can use prevent cross workflow file access. You can segregate jobs/processes by machine/node - which would look down files generated during a process to that process.
Much of this falls on the admin who should be tasked with knowning what the workflows do---> and the users/builders ---> who presumably will not be poking around other directories on the Server/workfer machine. This is a bit of a trust issue.
