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
Hi Is There An Option To Generate / Set For Each User On Clearml Server A Key+Secret ?

Hi is there an option to generate / set
for each user on clearml server a key+secret ?

  
  
Posted one year ago
Votes Newest

Answers 7


Do you mean in the WebUI or via the API?

  
  
Posted one year ago

Hi AstonishingRabbit13 ,
If you're using fixed users/passwords, you can simply use the username and password as credentials

  
  
Posted one year ago

or maybe set it in the conf file of the server like where setting the users and their password

  
  
Posted one year ago

Hi SuccessfulKoala55 thanks for the help
can you point me to the API for creating the credentials?
some examples
Thanks

  
  
Posted one year ago

API
(in the webui is manually want to generate automatically)

  
  
Posted one year ago

You can use the auth.create_credentials endpoint, but that would create credentials for the calling user. You can use impersonation as an admin to act on behalf of users using the X-Clearml-Impersonate-As request header, passing the user's ID as value

  
  
Posted one year ago

You can also create credentials for users as the admin, that requires an API call, but maybe you don't need that 🙂

  
  
Posted one year ago