yuvipanda / jupyterhub-ssh

SSH Access to JupyterHubs
BSD 3-Clause "New" or "Revised" License
93 stars 29 forks source link

Implement support for init containers and extra volumes/mounts for ssh #75

Open sgaist opened 1 year ago

sgaist commented 1 year ago

While the service itself does not require them, there are situations that may.

The example at hand is connecting to a JupyterHub instance that uses a custom certificate authority.

To the best of my knowledge there are two solutions:

This patch implements the latter as it avoids creating new images just for that purpose and the additional certificates can be easily changed using a central storage.

sgaist commented 1 year ago

You're welcome !

I added the new fields to the schema but there are several others that are not documented. Since they are unrelated to this change, should they be added in a separate MR ?