Skip to content

Commit

Permalink
Allow users to access services
Browse files Browse the repository at this point in the history
  • Loading branch information
yuvipanda committed Jul 6, 2022
1 parent a0f9d7d commit c4ac158
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions helm-charts/basehub/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,15 @@ jupyterhub:
matchLabels:
app.kubernetes.io/component: traefik
hub:
loadRoles:
# Should use this, not hub.config.JupyterHub.load_roles - that will
# override any existing load_roles set by z2jh
service-use:
name: user
scopes:
# Allow all users access to 'services', which includes dask-gateway & configurator
- access:services
- self
config:
JupyterHub:
# Allow unauthenticated prometheus requests
Expand Down

0 comments on commit c4ac158

Please sign in to comment.