Hi Jupyters,

     I'm working through setting up JupyterHub and am trying to think 
through how to provide a few group of people access to a single hub. Some 
questions:

- I've noticed that {username} is a variable I can use in some capacity 
(like directing the user to a specific path), Can I do the same with a 
group variable? My plan is to keep the config file sparse in terms of 
allowed users and instead start the server and populate the database. The 
API shows that users can be a part of groups but I can't find how I can use 
this (if at all). I can populate the database with a Jupyter service if 
this variable is useable in the config.

- The API on swagger shows that there is a way to get a username based on 
API key, is there a way to set a user's api key using the API? I'd like to 
inject a JWT 'key' that allows access to external systems. If possible, how 
could a user call this key in their notebook? Another option is to get a 
token using the authenticator but I'm not sure how I could store this for 
the duration of the token lifetime.

- The HTML form in the config seems like it could be useful to spawn a 
specific docker container for a user. Is this possible?


Thanks for your help and patience!

 -Joshua

-- 
You received this message because you are subscribed to the Google Groups 
"Project Jupyter" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jupyter/2884f464-ae46-4996-bb84-312cddc69743%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to