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’M Trying To Figure Out What Do The Clearml Agents Use The Webserver Endpoint For And What Would Break If One Didn’T Have Access? For Context: I’M Trying To Have A Self-Hosted Server With Endpoints Accessible Publicly, But Securely. The Webserver En

Hi, I’m trying to figure out what do the Clearml Agents use the webserver endpoint for and what would break if one didn’t have access?

For context: I’m trying to have a self-hosted server with endpoints accessible publicly, but securely. The webserver endpoint is accessible for end users behind oauth2 authentication proxy which is difficult to use without a browser. If I could run agents with access only to the apiserver endpoint it would make my setup a lot simpler.

  
  
Posted 2 years ago
Votes Newest

Answers


Hi HollowFish37
I think I have good news for you, the clearml-agent is only communicating with the api endpoint, so as long as this is secure, you should be fine. Do notice that the default files server endpoint should be secure as well, as by default it will allow any upload/download

  
  
Posted 2 years ago
723 Views
1 Answer
2 years ago
one year ago
Tags