Webtask FS access

Hi there,
is it safe to store private info on FS when running a webtask (hooks, rules, etc…)? Could such info (potencially) be accessed by other tennants?

Hey there!

Can you share a bit more context about the usecase?

Sure! I would like to save temp files with private information on FS, let’s say a credential file under /tmp.
Is it safe to do that? Or is the FS shared with other tasks (run by other tenants, other auth0 users)? If FS is not shared, is there a preferred path I should use? $HOME maybe? Moreover, does a task run in docker? If yes, is the container reused among executions (meaning I could potentially see files created in prev executions)?
Thanks