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 one year ago
Votes Newest

Answers 7


Hi JitteryCoyote63

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

What is the rationale behind to that ?

  
  
Posted one year ago

Yes, I switched to that, thanks!

  
  
Posted one year 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 one year ago

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

  
  
Posted one year ago

I can live with the current setup for now

  
  
Posted one year ago

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

  
  
Posted one year ago