We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
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.
cat: /var/run/motd.dynamic: No such file or directory
The current ticket requests to
999-jupyter
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
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:
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
999-jupyter
The text was updated successfully, but these errors were encountered: