You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Commenting this line out lets consul-api proceed with its own default client initialization, which would seem to be enough for the purposes here. (I have't verified that TLS will work, however.)
The text was updated successfully, but these errors were encountered:
Hello
When working against version 0.8.1 of consul-api under Go 1.8.1, the following line
causes consul-api to fail (interface conversion of nil):
https://github.com/docker/libkv/blob/master/store/consul/consul.go#L75
Commenting this line out lets consul-api proceed with its own default client initialization, which would seem to be enough for the purposes here. (I have't verified that TLS will work, however.)
The text was updated successfully, but these errors were encountered: