open-consul/connect/proxy
Mark Anderson 10963d0cbd Add support for downstreams
Enhance config by adding SocketPath and LocalSocketPath config values

Supports syntax of the form:
```
services {
  name = "sock_forwarder"
  id = "sock_forwarder.1"
  socket_path = "/tmp/downstream_3.sock"
  connect {
    sidecar_service {
      proxy {
	local_service_socket_path = "/tmp/downstream.sock"
      }
    }
  }
}
```

Signed-off-by: Mark Anderson <manderson@hashicorp.com>
2021-05-04 12:41:43 -07:00
..
config.go Add support for downstreams 2021-05-04 12:41:43 -07:00
config_test.go
conn.go
conn_test.go
listener.go connect/proxy: fix a number of problems with Listener 2021-04-28 17:21:35 -04:00
listener_test.go connect/proxy: fix a number of problems with Listener 2021-04-28 17:21:35 -04:00
proxy.go Continue working through proxy and agent 2021-05-04 12:41:43 -07:00
proxy_test.go
testing.go