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, What Is The Best Way Of Getting Clearml To Pull Code From Github Repos? At The Moment We Can Pull Using A Users Ssh Credentials, But Afaik It'S Not Possible To Create "Service Accounts" For Github. The Preferred Method For

Hi all, what is the best way of getting ClearML to pull code from GitHub repos?

At the moment we can pull using a users SSH credentials, but AFAIK it's not possible to create "service accounts" for GitHub. The preferred method for server-to-server auth is using GitHub Apps, but this would require ClearML to support custom headers . Is this something possible through clearml.conf ? (we are using self-hosted ClearML)

  
  
Posted 4 months ago
Votes Newest

Answers 4


Ok thanks for confirming!

  
  
Posted 4 months ago

Hi @<1724960464275771392:profile|DepravedBee82> , I believe this is not currently supported

  
  
Posted 4 months ago

Yes, as I mentioned, we can already do that using a single user's creds (PAT or SSH creds in the clearml.conf file) - but we'd like to avoid doing this

  
  
Posted 4 months ago

Hi, I am not familiar with GitHub, but the way that I set it up for GitLab is by creating a Personal Access token and using that under the {agent: git_pass} option in the clearml.conf file

  
  
Posted 4 months ago
548 Views
4 Answers
4 months ago
4 months ago
Tags