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 All, If Install Clearml Agent With Helm, How Do I Authenticate The Agent With Git? In Values.Yaml File, I Can Set Clearml_Agent_Git_User And Clearml_Agent_Git_Pass But When The Agent Run, Git Has Error "Remote: Support For Password Authentication Was R

Hi all, if install clearml agent with helm, how do I authenticate the agent with git? In values.yaml file, I can set CLEARML_AGENT_GIT_USER and CLEARML_AGENT_GIT_PASS but when the agent run, git has error "remote: Support for password authentication was removed on August 13, 2021." So it doesn't look like it can use user/pass to authenticate.

  
  
Posted one year ago
Votes Newest

Answers 2


PunyWoodpecker71 just create a Personal Access Token and use it as the value for CLEARML_AGENT_GIT_PASS, https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token

  
  
Posted one year ago

this worked for me, at least

  
  
Posted one year ago