nebari-dev / nebari-slurm

An opinionated open source deployment of jupyterhub based on an Slurm job scheduler.
BSD 3-Clause "New" or "Revised" License
28 stars 10 forks source link

[ENH] - Implement private home directories #154

Closed aktech closed 7 months ago

aktech commented 8 months ago

Feature description

Private Home Directories

Problem

When a user is created in the Nebari Slurm deployment, they have the following fundamental directories setup for them automatically (Separately they also have access to read-only software environment folders that are managed through an environment manager called conda-store):

Feature description:

Every user’s home directory will be made private such that they are only accessible to the user who owns it.

Value and/or benefit

At this point, every user in the Nebari Slurm has read-only access to every other user’s home directories. This is not ideal for most cases, imagine a situation when users are able to see every other user's home directories.

Anything else?

No response