Skip to content

Commit

Permalink
binder doesn't need to be admin in jupyterhub 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
minrk committed Oct 13, 2022
1 parent 543fcd7 commit 39980f0
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion helm-chart/binderhub/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,14 @@ jupyterhub:
authenticator_class: nullauthenticator.NullAuthenticator
BinderSpawner:
auth_enabled: false
loadRoles:
binder:
services:
- binder
scopes:
- servers
# we don't need admin:users if auth is not enabled!
- "admin:users"
extraConfig:
0-binderspawnermixin: |
"""
Expand Down Expand Up @@ -186,7 +194,6 @@ jupyterhub:
c.JupyterHub.spawner_class = BinderSpawner
services:
binder:
admin: true
display: false
singleuser:
# start notebook server with lab ui as default
Expand Down

0 comments on commit 39980f0

Please sign in to comment.