open-consul/proto/pbservice
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
..
convert.go proto: Add a round trip test for converting types 2020-09-28 18:28:37 -04:00
convert_oss.go proto: convert enterprise meta 2020-10-30 14:34:36 -04:00
convert_oss_test.go proto: convert enterprise meta 2020-10-30 14:34:36 -04:00
convert_pbstruct.go proto: add convert function for protobuf/types.Struct 2020-09-28 18:28:36 -04:00
convert_test.go proto: convert enterprise meta 2020-10-30 14:34:36 -04:00
healthcheck.gen.go connect: update centralized upstreams representation in service-defaults (#10015) 2021-04-15 14:21:44 -05:00
healthcheck.pb.binary.go proto: split pbservice into multiple files 2020-09-24 15:14:27 -04:00
healthcheck.pb.go add http2 ping health checks (#8431) 2021-04-09 15:12:10 -04:00
healthcheck.proto add http2 ping health checks (#8431) 2021-04-09 15:12:10 -04:00
ids.go streaming: store services with a unique ID that includes namespace 2020-10-06 16:54:56 -04:00
ids_test.go streaming: store services with a unique ID that includes namespace 2020-10-06 16:54:56 -04:00
node.gen.go proto: add code to convert between protobuf types and structs types 2020-09-28 18:28:37 -04:00
node.pb.binary.go proto: split pbservice into multiple files 2020-09-24 15:14:27 -04:00
node.pb.go proto: add Namespace to EnterpriseMeta 2020-10-06 16:42:09 -04:00
node.proto proto: add Namespace to EnterpriseMeta 2020-10-06 16:42:09 -04:00
service.gen.go Add support for downstreams 2021-05-04 12:41:43 -07:00
service.pb.binary.go Replace TransparentProxy bool with ProxyMode 2021-04-12 09:35:14 -06:00
service.pb.go Add support for downstreams 2021-05-04 12:41:43 -07:00
service.proto Add support for downstreams 2021-05-04 12:41:43 -07:00