open-consul/proto
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
..
pbacl Generate Go files using protobuf 3.12.3 2020-07-29 12:11:51 -04:00
pbautoconf Generate Go files using protobuf 3.12.3 2020-07-29 12:11:51 -04:00
pbcommon Backport enterprise changes to prevent merge conflicts 2021-03-31 14:05:26 -04:00
pbconfig Generate Go files using protobuf 3.12.3 2020-07-29 12:11:51 -04:00
pbconnect proto: add Namespace to EnterpriseMeta 2020-10-06 16:42:09 -04:00
pbservice Add support for downstreams 2021-05-04 12:41:43 -07:00
pbsubscribe proto: remove Event.Key field 2020-10-28 16:33:00 -04:00
translate.go Merge of auto-config and auto-encrypt code (#8523) 2020-08-31 13:12:17 -04:00
translate_test.go Merge of auto-config and auto-encrypt code (#8523) 2020-08-31 13:12:17 -04:00