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
Default Installation Of Trains-Server Exposes Only Logging Via Http Not Https, In Case The Server Has A Public Ip, What Is The Recommended Way For Increasing Security?

Default installation of trains-server exposes only logging via http not https, in case the server has a public IP, what is the recommended way for increasing security?

  
  
Posted 3 years ago
Votes Newest

Answers 8


Hi HealthyStarfish45 ,
Usually, your server will be behind a load-balancer (in AWS, this is the ELB), which can handle https and assign subdomains for each exposed Trains service. For example, see https://allegro.ai/docs/deploying_trains/trains_server_config/#sub-domains-and-load-balancers

  
  
Posted 3 years ago

Sure. Please note that when you expose Trains Server using a public IP/hostname, your should configure username and passwords for your users, and not use the default mode in which an ad-hoc user is created with no restrictions

  
  
Posted 3 years ago

Naturally, you would also configure your network security to block all other incoming traffic

  
  
Posted 3 years ago

got it, thanks!

  
  
Posted 3 years ago

SuccessfulKoala55 Where can I find related documentation? I am not aware that I can configure this, I would like to create user myself.

  
  
Posted 3 years ago

lovely, thanks Jake!

  
  
Posted 3 years ago

🙂

  
  
Posted 3 years ago
572 Views
8 Answers
3 years ago
one year ago
Tags