opendatahub-io-contrib / jupyterhub-odh

Example JupyterHub deployment using OpenShift OAuth authenticator.
16 stars 31 forks source link

Add group functionality to JSP #72

Closed maroroman closed 3 years ago

maroroman commented 3 years ago

Jupyterhub Singleuser Profiles currently only has information about the username of the current user. To enable advanced functionality, such as sharing volumes between users of the same group, it is neccessary to gather data about the user group from the openshift auth. This issue will be connected to an Issue/PR in the jupyterhub-odh repo.

maroroman commented 3 years ago

Solved by #76