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 Currently Assessing The Feasibility Of Using Clearml In My Company And Am Keen To Understand Potential Security Issues. My Biggest Concern Is With Git Credentials. Is It Possible To Use The Autoscaling Functionality Without Ever Uploading Git Cred

Hi, I'm currently assessing the feasibility of using ClearML in my company and am keen to understand potential security issues. My biggest concern is with git credentials. Is it possible to use the autoscaling functionality without ever uploading git credentials to ClearML? I had in mind using a pre-execution bash script to copy ssh credentials from S3 (using EC2 instance role to restrict access to those creds). Thanks!

  
  
Posted 5 days ago
Votes Newest

Answers 3


That's a good idea! In the autoscaler configuration you can specify an init script, and there you can copy the credentials from s3.

  
  
Posted 4 days ago

Yup indeed! Let us know how it goes!

  
  
Posted 2 days ago

Secrets manager makes more sense than S3. Will see how it goes. Thanks.

  
  
Posted 4 days ago
22 Views
3 Answers
5 days ago
2 days ago
Tags