Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Letting JupyterHub groups be used to provide access to shared NFS folders #17

Open
consideRatio opened this issue Jan 13, 2023 · 1 comment

Comments

@consideRatio
Copy link
Member

A user in this support ticket is looking to have a shared folder available only to a certain group of users. The use case is to have teaching assistants be able to share files that students can't see.

From the documentation it is unclear to me on how a non-admin user can share folders with a selected group of users.

I've considered this problem in the past in a JupyterHub that was deployed side by side with a GitLab instance. I decided to access the GItLab API to read what groups the user was part of, and based on that I configured additional volumeMounts for KubeSpawner.

I think if JupyterHub provides a UI for admin users to configure groups and what users belong to what groups, we could let the hub admin define what users belong in what group etc. Then, based on their self-managed group configuration, we allocate shared folders by default to users in the same group.

@yuvipanda
Copy link
Member

yuvipanda commented Mar 7, 2024

@yuvipanda yuvipanda transferred this issue from 2i2c-org/infrastructure Apr 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Status: Needs Shaping / Refinement
Development

No branches or pull requests

2 participants