issues
search
Momentlabs
/
athenaeum
Jupyter Notebooks as a service
1
stars
0
forks
source link
Set up Cookie Secret
#9
Open
jdrivas
opened
6 years ago
jdrivas
commented
6 years ago
This is an encryption key, used to encrypt the browser cookies which are used for authentication. These can be stored as
a config variable: c.JupyterHub.cookie_secret
an environment variable: JPY_COOKIE_SECRET
or a file: c.JupyterHub.cookie_secret_file = "/srv/jupyterhub/jupyterhub_cookie_secret”.
I expect we should do the later and mount it. (double check against z2jh).