Reputation
Badges 1
43 × Eureka!Do you use ClearML Open Source?
Hi AgitatedDove14 ,I try it with Clearml 1.1.4, but it fails again.
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.
I have a similar question. I want to extend the authorization of clearml, but I have no idea about it according to docs. By the way, is it possible to implement the custom authorization based on the basic authz api in clearml? Or does clearml support it?
SuccessfulKoala55 I know it. Here is an example. I have a queue named q1 and two groups, which are used to manage the quota of our platform. In this situation, all tasks which may belong to group1 or group2 will be enqueued into the q1. And ClearML Agent K8S glue will watch the q1 and pull tasks from it. However, K8S does not know the group which this task uses except this information can be get from task. I can solve this problem by creating queues for every group. But there are too many g...
I meet the same problem.
I curl elastic and get the following result(picture 1).
I check the response of debug images from web UI, and I get the picture2.
version
I deploy clearml in 1.1.1 with helm, and use 1.0.4 clearml package.
What is meaning of ‘the scheduling is done before that’? Does it mean the ClearML will schedule the task for me?
I want to know the total fields(string reference mentioned above) which can be used as input of step2. Are these fields of ClearML Task?
- delete documents in
auth.userandbackend.user- > see picture
no, I just suspend this issue.
I am sure that I delete this user in auth.user and backend.user before call auth.create_user
Hi BurlySeagull48 AgitatedDove14 , does upgrading clearml package and images to 1.0.4 really work? https://clearml.slack.com/archives/CTK20V944/p1628112607184300?thread_ts=1628108536.180100&cid=CTK20V944
But you’re not using the webserver, you’re sending the cURL requests manually, aren’t you?
yes, I send them manully.
According to pipeline_from_functions.py , it is easy to understand that step1 returns data_frame and I can use it as input of step2. But I have no idea what string reference could be used when steps come from Task?
code
pipe.add_function_step(
name='step_one',
function=step_one,
function_kwargs=dict(pickle_data_url='${pipeline.url}'),
function_return=['data_frame'],
cache_executed_step=True,
)
pipe.add_function_step(
name='step_two',
# parents=['st...
Sorry, my test environment crashed. I have to fix it first to reproduce the problem. 😓
I check it with the following result:
action:
auth.create_user
mongo:
see picture
apiserver logs:
`[2022-05-17 10:02:50,024] [8] [WARNING] [clearml.service_repo] Returned 400 for auth.create_user in 8ms, msg=Value combination already exists: email=
`

ok, I check it now
hi , @<1687645223846416384:profile|GracefulToad94> .
About Upgrade.
This version is deployed in the productive environment, so it is not easy to upgrade it.
About special user.
an ordinary user with the following information:
url:
createRequest:
type AuthCreateUserReq struct {
Avatar string
// brain, this value is also configured for apiserver's env CLEARML__APISERVER__DEFAULT_COMPANY(brain)
...
Also - did you start with a fresh DB after changing the default company value?
No, I just restart the apiserver and webserver pod.
Sorry, I can not understand what does nut from mean.
How can I ensure that whether this email has existed in the server?
Check mongo?




