-
Notifications
You must be signed in to change notification settings - Fork 135
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
APP Credentials disapper in webapp #240
Comments
Hi @jingli-wtbox, A few questions:
|
Hi @jkhenning , thank you for you reply. please find answers below:
thank you |
It seems like after the restart the server is not starting properly (or at all) - check the apiserver docker container logs and see if there are any errors |
I'm having the same issue, either setting new environments variables or modifying
|
What do you see when you go to the WebUI? Also, can you include the full docker log for the elasticsearch service? |
After clearing the cache/cookies on my web browser, I will be landed on the login page. There, all login attempts will fail as it complains invalid username/password.
|
From the apiserver log it looks like you have two |
I do, but those are
Even if I don't modify the |
Hi @yur1xpp , there are some things you could try:
|
Thanks @jingli-wtbox.
How did you end up solving your case? Re-deploy? |
I delete all data under /opt/clearml, and redeploy it following Instruction. Then, I add one line in |
Even after redeploy, I believe any modification to the |
@jkhenning Update: |
Hi, I'm experiencing the same issue. From the logs, it appears that the users get deleted after the restart. I think the problem occurs during restart: if the user already exists, the 'ensure_fixed_user' function returns before adding the email to 'internal_user_emails.' Consequently, in 'apiserver/mongo/initialize/init.py' the user's email isn't in 'internal_user_emails' and thus gets deleted.
|
@lpbarto, @jingli-wtbox, @yur1xpp, we've identified the issue - this is indeed a bug in the latest version, and we will release a patch version as soon as possible and will notify here, thanks for raising this issue! |
@yur1xpp , we are in the final stages of testing the fix, to verify this will be applicable, what version of the server are you running? |
@NathanClearML Is the version is the one stated in |
Hi @yur1xpp, I think @NathanClearML means the server version that appears in the bottom right part of the ClearML profile page (the docker image tag used for the apiserver service will provide this info) |
for me: |
Ah in that case, it's |
Hey @jingli-wtbox! clearml-server 1.16.1 is now out and this issue has been resolved. Let us know if there are any issues :) |
how to reproduce it.
create app credentials in webUI
stop docker containers
docker-compose -f /opt/clearml/docker-compose.yml down
4. set some environment variables
start docker containers again
go to settings -> workspace, the configured credentials at step 1 disappear
does it mean i cannot change anything after starting all containers?
The text was updated successfully, but these errors were encountered: