Plans on bringing RTC to jupyterhub

This approach works extremely well with a static user list for RTC.

Has there been any progress towards adding “allowed users” on runtime with the API so we don’t have to restart JH each time there is a new user joins?

I’ve been tracking the following issues related to this:

You can already add users via the API without restarting the hub. If you’re using pre-defined/shared roles this should be enough.

If you want to create per-user roles dynamically you’ll need to wait for the issue you linked to be resolved. There’s an open PR:

but it needs more work, including to resolve conflicts between changes in the static vs dynamic config.

Has there been any progress towards adding “allowed users” on runtime with the API so we don’t have to restart JH each time there is a new user joins?

I’m working on it! I hope to have a draft pretty soon. The ownership/associations are proving a bit tricky (are the shares owned by the ‘server’ or the user who created them? How should I be able to list ‘my’ shares? etc.).

@manics @minrk

Thanks for the update and info!
Will be avidly tracking this as RTC integration improves