Skip to content

Commit

Permalink
Update hub_config.py
Browse files Browse the repository at this point in the history
  • Loading branch information
zinus92 authored May 30, 2023
1 parent a503fc7 commit 33209e3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docker/jupyter-hub/hub_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,10 @@ def pre_spawn_start(self, user, spawner):

#c.JupyterHub.authenticator_class = GitHubEnvAuthenticator
amIAllowed = False
allowed_groups = ""
allowed_groups_user = ""
allowed_groups_admin = ""
matched_groups_user = False
matched_groups_admin = False

self.log.info(auth_state["oauth_user"])

Expand Down

0 comments on commit 33209e3

Please sign in to comment.