open-consul/command/connect
Paul Banks d140612350 Fixs a few issues that stopped this working in real life but not caught by tests:
- Dev mode assumed no persistence of services although proxy state is persisted which caused proxies to be killed on startup as their services were no longer registered. Fixed.
 - Didn't snapshot the ProxyID which meant that proxies were adopted OK from snapshot but failed to restart if they died since there was no proxyID in the ENV on restart
 - Dev mode with no persistence just kills all proxies on shutdown since it can't recover them later
 - Naming things
2018-06-25 12:24:14 -07:00
..
ca Clarify CA commands' help text 2018-06-14 09:42:23 -07:00
proxy Fixs a few issues that stopped this working in real life but not caught by tests: 2018-06-25 12:24:14 -07:00
connect.go Original proxy and connect.Client implementation. Working end to end. 2018-06-14 09:41:56 -07:00
connect_test.go Original proxy and connect.Client implementation. Working end to end. 2018-06-14 09:41:56 -07:00