defeo / jupyterhub-docker

A configuration for a JupyterHub+DockerSpawner+CASAuthenticator server with Traefik proxy, based on docker-compose
https://opendreamkit.org/2018/10/17/jupyterhub-docker/
MIT License
202 stars 112 forks source link

It seems jupyter-config.py has no effect #8

Closed Adrast closed 5 years ago

Adrast commented 5 years ago

I've tried to setup a basic example, but no matter how I configure jupyter-config.py regarding Auth, it keeps defaulting to PAM. Even when I use the default CAS auth.

defeo commented 5 years ago

Have you paid attention to this sentence here:

Be careful with this configuration: if you update jupyterhub_config.py and rebuild the jupyterhub service, the contents will not be updated inside the volume, unless you destroy it first with docker volume rm.