Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escaping: Escape characters +-&|!(){}[]^"~*?:\ with \, e.g. \+
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Answered
Hello Everyone! Could You Help Me With The Authorization Question? Is It Possible To Add A New User Through The Api To Access Clearml Webserver? I Found Three Methods In The Clearml Rest Api: Auth.Credentials_Key, Auth.Credentials, Auth.Role. Is There A D

Hello everyone! Could you help me with the authorization question?
Is it possible to add a new user through the API to access ClearML webserver?
I found three methods in the ClearML REST API: auth.credentials_key, auth.credentials, auth.role. Is there a description of them somewhere else?
Does the open source ClearML have roles for users (auth.role)?

  
  
Posted 14 days ago
Votes Newest

Answers


Hi @<1578555761724755968:profile|GrievingKoala83> , there is no such capability in the open source. To add new users you need to edit the users file.

In the Scale/Enterprise licenses you have full user management including role based access controls

  
  
Posted 13 days ago
60 Views
1 Answer
14 days ago
13 days ago
Tags