You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are currently creating many new organizations on github for week-long tutorials to grant time-limited access to hubs. Having team-based authentication could help with a few scenarios:
consideRatio
changed the title
GitHub authentication for Organization Teams
[GitHub] We can authorize organizations, but what about teams within them?
Oct 25, 2020
Currently GitHub authentication is setup to whitelist individual users or entire organizations:
https://github.com/jupyterhub/oauthenticator/blob/master/oauthenticator/github.py
See here for the implementation:
https://zero-to-jupyterhub.readthedocs.io/en/latest/authentication.html?highlight=auth#github
It would be great to be able to whitelist Teams within a given organization:
https://developer.github.com/v3/teams/members/#get-team-membership
We are currently creating many new organizations on github for week-long tutorials to grant time-limited access to hubs. Having team-based authentication could help with a few scenarios:
medium/large github organizations with application-specific hubs (https://github.com/pangeo-data)
could also be a really useful feature for resource access based on team membership within a hub (for example, mapping team name to group id)?
The text was updated successfully, but these errors were encountered: