mmh352 / ou-container-builder

0 stars 2 forks source link

Jupyter notebook password #47

Open psychemedia opened 2 years ago

psychemedia commented 2 years ago

It would be useful to be able to specify a password/token used to access the Jupyter notebook container.

mmh352 commented 2 years ago

The security implications of having a static password need to be considered. Possibly something to only enable if the container is run locally, rather than behind a JupyterHub instance.

psychemedia commented 2 years ago

Agreed. But the default could be to have the token generated route. You can pass a token in as an env var when you start a local container but it's just more fiddliness when testing various things...

Actually - can you set env vars via the config script? That would be neater.