-
Notifications
You must be signed in to change notification settings - Fork 222
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
support setting password for jupyter notebook #787
Comments
@HelloJeremy We have no such proposal at present, you can manage it manually by
We will appreciate it if you're interested in it and propose a pr to the issue. |
|
@n063h Can NotebookApp.password be designed to be configurable? For example, NotebookApp.password can be specified in parties.conf |
@HelloJeremy Yes. I'm aware of this problem. It's probably related to the entrypoint in dockerfile. I will submit a patch to fix it soon. |
@n063h It's fixed, please let me know, thanks |
@HelloJeremy Hi, I fixed this issue in PR #790 .If you're using 1.9.0, you may refer to my changes to solve your problem. |
@n063h Hi, Does the client docker image need to be updated? |
To avoid such different behavior between images of different versions, I choose to write extra entrypoint command rather than modify it. Now the entrypoint in dockerfile has been overwritten in docker-compose.yaml or statefulset.yaml, so you don't need to update the image. |
@n063h Do you need to use $$? |
I have test it, and it works. I don't think it's necessary. Is there any hidden issue with ${val} ? |
@n063h Hi, I also overridden the entrypoint in docker-compose.yaml, I run /bin/sh -c flow init --ip ${FATE_FLOW_IP}...... |
@HelloJeremy Thx for your comment! |
通过docker-compose部署kubeFATE,怎么设置浏览器访问 jupyter notebook(http://ip:20000)的登录密码
如果jupyter notebook没有访问密码,jupyter notebook会有安全漏洞
The text was updated successfully, but these errors were encountered: