Skip to content

Automatic generation of the "workspace" folder has the wrong permissions #14

@JavierGOrdonnez

Description

@JavierGOrdonnez

simcore/services/dynamic/jupyter-math 2.0.8

Long story short

During development, if the folder validation (which contains the folders inputs, outputs, and workspace) needs to be deleted and re-generated for some reason, it is generated by root with no write permission for normal users. It is then not possible to create and save new files in the main work directory (workspace) or the input/output folders.

This is fixed by simply sudo chmod gua+w validation/[folder]/ but can give an extra headache when not known by the developer.

This also affects all "down-stream" services, i.e. other Jupyter Lab services that use Jupyter Math as template.

It is not high priority but it ought to get fixed, if possible, in the auto-generation of the validation folder. Thank you.

Metadata

Metadata

Assignees

Labels

type:bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions