ITISFoundation / osparc-issues

🐼 issue-only repo for the osparc project
3 stars 5 forks source link

jupyter lab shell file ownership #351

Closed nitrosx closed 2 years ago

nitrosx commented 4 years ago

Long story short

When I open a terminal in a jupyter lab node, and I list the files, I see that files are owned by user jovyan and group users.

Expected behaviour

I would suggest to make sure that a generic user is created in the container, and all the jupyter files are owned by this generic user

Actual behaviour

Jupyter files are owned by user jovyan.

Steps to reproduce

In the dashboard add a "Jupyter Octave+Python Math" node, access the jupyter interface. Start a terminal from the launcher and run the command "ls -l". The files are owned by user jovyan. Please check attached image.

jupyterlab_terminal_user_ownership

Note: your environment was attached but will not be displayed