Living-with-machines / lwmdb

A django-based library for managing the Living with Machines newspapers metadata database schema
https://living-with-machines.github.io/lwmdb/
MIT License
2 stars 0 forks source link

Find a secure workaround for jupyter auth key requirement #106

Open andrewphilipsmith opened 1 year ago

andrewphilipsmith commented 1 year ago

At present, when connecting to the jupyter notebook, user need to enter a shared authentication key. This authentication key changes each time the jupyter server is restarted. This is inconvenient for users and admins.

Find an alternative way to secure the jupyter server, and authenticate the users.

griff-rees commented 1 year ago

Thanks @andrewphilipsmith.

The scaffolding for a potential solution is in local.yml, following a workshop with @thobson88 and @lukehare.

griff-rees commented 1 year ago

The jupyterlab config in local.yml has had some further attention but remains commented out.