jupyterhub / jupyterhub-idle-culler

JupyterHub service to cull idle servers and users
Other
102 stars 37 forks source link

Avoid the need for read:hub scope #35

Closed consideRatio closed 3 years ago

consideRatio commented 3 years ago

By using /hub/api that returns a json-blob with a single version field that we need, we don't require the read:hub scope for access to the /hub/api/info endpoint that provides the hub version and more.