lyft / presto-gateway

A load balancer / proxy / gateway for prestodb
Apache License 2.0
358 stars 156 forks source link

implement TLS/SSL support in the gw-server #169

Closed puneetjaiswal closed 2 years ago

puneetjaiswal commented 2 years ago

We should add the following config under GwConfig to enable SSL/TLS:

  ssl: true
  keystorePath: /path/to/keystore.jks
  keystorePass: keystorePass
  truststorePath: /path/to/truststore.jks
  truststorePass: truststorePass
puneetjaiswal commented 2 years ago

checked the ProxyServer code, seems like SSL/TSL and mTLS between proxyServer and trino-coordinator has been implemented already. Closing it.