jupyterhub / batchspawner

Custom Spawner for Jupyterhub to start servers in batch scheduled systems
BSD 3-Clause "New" or "Revised" License
190 stars 134 forks source link

Remove reading/setting HubAuth SSL attributes in singeuser #259

Closed cmd-ntrf closed 8 months ago

cmd-ntrf commented 1 year ago

Since JupyterHub 1.1.0, the HubAuth SSL attribute values are read from the same environment variables.

It was introduced by this PR: https://github.com/jupyterhub/jupyterhub/pull/2588

This PR can wait until we drop batchspawner compatibility with JH < 1.1.0.

consideRatio commented 8 months ago

Excellent motivation and references made it easy for me to review this, thank you @cmd-ntrf!!

WIth #273 we require JupyterHub 1.5.1+ so we can now do this.