You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With apiserver version 1.16.0, App credentials are removed for all fixed users, when you restart the server. In our case meaning, we run docker-compose -f ... down and then docker-compose -f ... up -d.
After downgrading the apiserver to 1.15.1 the App credentials were persistent again. We downgraded by changing the tag of the docker image in the docker-compose file to 1.15.1 instead of latest.
With apiserver version 1.16.0, App credentials are removed for all fixed users, when you restart the server. In our case meaning, we run
docker-compose -f ... down
and thendocker-compose -f ... up -d
.After downgrading the apiserver to 1.15.1 the App credentials were persistent again. We downgraded by changing the tag of the docker image in the docker-compose file to 1.15.1 instead of latest.
We've tracked it down to this commit (probably): 92b42d66b77fcaeb0824cb395233578e7be01591
Any idea what is happening here? I assume this is not happening for all clearml-server users, otherwise there would be more complaints.
The text was updated successfully, but these errors were encountered: