Skip to content

add an option to ignore umask while creating working directories

Yakubov, Sergey requested to merge 8-fix-permissions-when-run-as-other-user into dev

Closes #8 (closed)

By default, Pulsar creates folders with read-only permissions for all users except the one that started Pulsar. This does not work in case we run job as some other user. So an option to ignore umask and create o777 directories is added.

Merge request reports