Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix retrieval and display of jupyter password #84

Closed
ckunki opened this issue Nov 29, 2023 · 0 comments · Fixed by #73
Closed

Fix retrieval and display of jupyter password #84

ckunki opened this issue Nov 29, 2023 · 0 comments · Fixed by #73
Labels
bug Unwanted / harmful behavior

Comments

@ckunki
Copy link
Contributor

ckunki commented Nov 29, 2023

Currently file ansible/roles/jupyter/templates/etc/update-motd.d/999-jupyter reads the password from file jupyter_server_config_file = /root/.jupyter/jupyter_server_config.json.

Since update of Jupyterlab from version 3.4.3 to version 4.0.6 in file ansible/roles/jupyter/files/requirements_jupyter.txt the file format has changed.

Current content:

{ "IdentityProvider": {
    "hashed_password": "argon2:$argon2id$v=19$m=10240,t=10,p=8$a7.../mF+ag.../jm..."
  } }

This makes test test/ci/test_ci.test_jupyter_password_message_shown() fail with cat: /var/run/motd.dynamic: No such file or directory.
Therefore the test is current disabled.

The current ticket requests to

  • fix or remove retrieval of the password in 999-jupyter
  • either re-enable and fix the test case or remove it
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Unwanted / harmful behavior
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant