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, I Am Trying To Run Cleaml Server Locally And When Finding About Web Login Authentication I Was Not Able To Set It Up Correctly. Can You Please Tell Me The Steps To Do It And What Are The Changes Required?

Hi, I am trying to run cleaml server locally and when finding about web login authentication I was not able to set it up correctly. can you please tell me the steps to do it and what are the changes required?

  
  
Posted 2 years ago
Votes Newest

Answers 10


GrittyHawk31 by default any user can login (i.e. no need for password), if you want user/password access:
https://clear.ml/docs/latest/docs/deploying_clearml/clearml_server_config/#web-login-authentication
Notice no need to have anything else in the apiserver.conf , just the user/pass section, everything else will just be the default values.

  
  
Posted 2 years ago

GrittyHawk31 you need to create this file yourself

  
  
Posted 2 years ago

thank you very much.

Can you please tell me what are the things I need to change in that config file. I am referring to this file.

GrittyHawk31 you just need to create a new empty file and add what is specified in the configuration documentation - you don't need it to contain anything else

  
  
Posted 2 years ago

I wanted to add user/password access, but there was no file named apiserver.conf in the config folder. So is there any mistake when I am following the steps. AgitatedDove14

  
  
Posted 2 years ago

thank you very much. SuccessfulKoala55 Can you please tell me what are the things I need to change in that config file. I am referring to this file. https://github.com/allegroai/clearml-server/blob/master/apiserver/config/default/apiserver.conf

  
  
Posted 2 years ago

it worked thank you for the support. AgitatedDove14 , SuccessfulKoala55

  
  
Posted 2 years ago

I tried that way, but the apiserver.conf file has not been created. Can I use the default one and create a file? AgitatedDove14

  
  
Posted 2 years ago

I followed those steps and the server is running. but is there any way to add some other users to this by using some login system? AgitatedDove14

  
  
Posted 2 years ago

Oh no need to specify one, this is optional configuration.
Basically follow these steps only:
https://clear.ml/docs/latest/docs/deploying_clearml/clearml_server_linux_mac

  
  
Posted 2 years ago
685 Views
10 Answers
2 years ago
one year ago
Tags