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 Trying To Configure An Agent. After Requesting To Paste The Credentials, I Get: Error: Could Not Verify Credentials. What Could Be The Reason For That?

Hi, I'm trying to configure an agent. After requesting to paste the credentials, I get: Error: could not verify credentials. What could be the reason for that?

  
  
Posted 3 years ago
Votes Newest

Answers 4


~/trains.conf
api { web_server: http://** api_server: http://** files_server: http://** credentials { "access_key" = ** "secret_key" = ** } }Censored the addresses and the keys 😄

  
  
Posted 3 years ago

Well, there's probably an issue with the api_server setting, so I'll need some more info on that...

  
  
Posted 3 years ago

Hey SuccessfulKoala55 thanks for your reply. I pasted:

  
  
Posted 3 years ago

Hi SoreDragonfly16 ,
This means the agent could not verify the credentials against the provided Trains API Server host provided.
Can you share what was the text you pasted? Obviously, you can censor the key and secret 🙂

  
  
Posted 3 years ago
630 Views
4 Answers
3 years ago
one year ago
Tags