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 Currently Using

Hi, I am currently using CLEARML_AGENT_GIT_USER and CLEARML_AGENT_GIT_PASS when starting my clearml-agent and I would like to switch to using a single auth token. Would that be possible?

  
  
Posted 2 years ago
Votes Newest

Answers 7


Yes, I switched to that, thanks!

  
  
Posted 2 years ago

PATs can be simply used as passwords, with some fixed username (in GitHub, the username is usually your username, in other services it's sometimes a fixed name)

  
  
Posted 2 years ago

I can live with the current setup for now

  
  
Posted 2 years ago

Yes! not a strong use case though, rather I wanted to ask if it was supported somehow

  
  
Posted 2 years ago

JitteryCoyote63 do you mean a personal access token (PAT)?

  
  
Posted 2 years ago

Hi JitteryCoyote63

I would like to switch to using a single auth token.

What is the rationale behind to that ?

  
  
Posted 2 years ago