Context
dask/dask-gateway#863 allows dask-gateway access based on group membership.
Docs at https://gateway.dask.org/authentication.html#using-jupyterhub-s-authentication
What we need to do
- Setup
jupyterhub.ServiceName to match what we have setup in jupyterhub.hub.services
dask-gateway:
gateway:
auth:
jupyterhub:
jupyterhubServiceName: dask-gateway
- Grant
access:services!service=dask-gateway to the relevant group, as agreed with earthscope
- Add that same scope to
c.Spawner.server_token_scopes
Definition of Done
Context
dask/dask-gateway#863 allows
dask-gatewayaccess based on group membership.Docs at https://gateway.dask.org/authentication.html#using-jupyterhub-s-authentication
What we need to do
jupyterhub.ServiceNameto match what we have setup injupyterhub.hub.servicesaccess:services!service=dask-gatewayto the relevant group, as agreed with earthscopec.Spawner.server_token_scopesDefinition of Done