Worker isolation restricts file creating inside the task working directory. By default Common VFS will create a cache directory /tmp/vfs_cache which will not be allowed by Kestra's security manager.
To fix that we need to init the FileRecplicator by ourselves and pass it a cache directory created inside the task working directory.
…ker isolation
Worker isolation restricts file creating inside the task working directory. By default Common VFS will create a cache directory /tmp/vfs_cache which will not be allowed by Kestra's security manager.
To fix that we need to init the FileRecplicator by ourselves and pass it a cache directory created inside the task working directory.