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 ! Regarding Aws_Autoscaler While Setting Up Git Username And Password - I Was Curious How It Handles 2Fa If My Repo Lies In Github And My Account Needs 2Fa To Sign In ?

Hi ! Regarding AWS_Autoscaler while setting up GIT username and password - i was curious how it handles 2FA if my repo lies in Github and my account needs 2FA to sign in ?

  
  
Posted 3 years ago
Votes Newest

Answers 6


it handles 2FA if my repo lies in Github and my account needs 2FA to sign in

It does not 😞

  
  
Posted 3 years ago

Basically create a token and use it as user/password

EDIT:
With read-only permissions 🙂

  
  
Posted 3 years ago

Indeed 🙂

  
  
Posted 3 years ago

ahan ! Thanks AgitatedDove14 i didnt know that was possible - so i'd use the token in place of the password right ? with my username staying the same as before ?

  
  
Posted 3 years ago

But there is no need for 2FA for cloning repo

  
  
Posted 3 years ago

cool ! Nice 👍 Thanks guys 😊

  
  
Posted 3 years ago
767 Views
6 Answers
3 years ago
one year ago
Tags