I set it up with the following documentation: https://allegro.ai/clearml/docs/docs/deploying_clearml/clearml_server_kubernetes_helm.html
Is this the cloud-ready version? or the legacy chart?
I have another question. Does the following apis in the picture are served by both of apiserver and webserver, or just one of them ?
Also - did you start with a fresh DB after changing the default company value?
No, I just restart the apiserver and webserver pod.
But you’re not using the webserver, you’re sending the cURL requests manually, aren’t you?
yes, I send them manully.
Are you sending these requests manually?
COK. In any case, you should be looking at the
I send them with curl.
In any case the user associated with the credentials you use is not assigned to the same company ID you replaced
Hi FloppyDeer99 ,
the users.get_all should be sent to the apiserver, not to the webserver. In any case, the header will not affect this request as the server will be using your user's identity (encoded in the authorization header) to resolve the company
In any case the user associated with the credentials you use is not assigned to the same cinoany ID you replaced
More in detail?
In any case, the said credentials are valid for the company ID defined using
apiserver.default_company
It really works for apiserver, but webserver does not have the default_company configuration.
What server are you using? a locally-installed server?
Are you sending these requests manually?
OK. In any case, you should be looking at the
Thanks a lot! I’ ll replace credentials with new user in assigned to a new company ID to call users.get_all again.
In any case, the said credentials are valid for the company ID defined using apiserver.default_company
A users.get_all request will return the users in the company to which the calling user is authenticated to. So, if you only get the users from the original default company ID and not those from newID, it means the credentials you're using to call this endpoint are associated in the server with the original company ID, and not with the newID




