diff --git a/helm-chart/binderhub/values.yaml b/helm-chart/binderhub/values.yaml index 40db5ade2..63a9cbe99 100644 --- a/helm-chart/binderhub/values.yaml +++ b/helm-chart/binderhub/values.yaml @@ -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: | """ @@ -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