From 33046e5a4326515ab92621b6c0b5309e13f31093 Mon Sep 17 00:00:00 2001 From: vermeul <swen@ethz.ch> Date: Mon, 12 Feb 2018 23:33:45 +0100 Subject: [PATCH] enabled persisting auth_state in JupyterHub --- .../jupyter-bis/config/jupyterhub/jupyterhub_config.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/vagrant/jupyter-bis/config/jupyterhub/jupyterhub_config.py b/src/vagrant/jupyter-bis/config/jupyterhub/jupyterhub_config.py index 96dfaf7c741..56abe940ab2 100644 --- a/src/vagrant/jupyter-bis/config/jupyterhub/jupyterhub_config.py +++ b/src/vagrant/jupyter-bis/config/jupyterhub/jupyterhub_config.py @@ -448,3 +448,7 @@ c.LocalAuthenticator.create_system_users = True #------------------------------------------------------------------------------ c.OpenbisAuthenticator.server_url = "https://localhost:8443" c.OpenbisAuthenticator.verify_certificates = False + +# enable persisting auth_state: +c.Authenticator.enable_auth_state = True + -- GitLab