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 connect/proxy: remove t.Parallel from tests 2021-04-28 13:46:53 -04:00
conn.go fix typos reported by golangci-lint:misspell (#5434) 2019-03-06 11:13:28 -06:00
conn_test.go connect/proxy: remove t.Parallel from tests 2021-04-28 13:46:53 -04:00
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 Allow passing ALPN next protocols down to connect services. Fixes #4466. (#9920) 2021-03-26 11:34:47 +00:00
testing.go sdk: add freelist tracking and ephemeral port range skipping to freeport 2019-09-17 14:30:43 -05:00