-
upsync currently uses kv from consul. Is it possible to enhance it to use consul's service discovery? A service can map to one nginx upstream. When server registers/unregisters a service, it can be ad…
-
Hi, love your work -- didn't realise it was possible to save/restore the state of etcd and start up without a discovery token.
I have a similar requirement to get a HA CoreOS cluster working in AWS, …
-
The use case here is we want to be able to query all services in the consul registry meaning all services in all data centers. Allowing us to configure our load balancers accordingly with all possibl…
-
According to the current documentation on the [Consul secret backend](https://vaultproject.io/docs/secrets/consul/index.html), roles created in Consul can only have an ACL policy/rule set specified. A…
-
We can support special meta-dc's that have special meanings. Examples:
- 'global' - Do a lookup across all DCs
- 'any' - Returns results from first DC to respond
armon updated
8 years ago
-
Using this issue to solicit feedback on the exciting new networking experimental features introduced during the Docker 1.7 / 1.8 release time-frame.
https://github.com/docker/docker/blob/master/experi…
-
This is very like issue #41. If we run without the -b, we get:
wwalker@hatter:~/git/consulate (master *$%=)$ consulate --api-host tst-log3 --datacenter qa kv backup
Traceback (most recent call last…
-
If I have a key in consul with a value of "" (empty string), a `consulate kv backup` will dump that with `null` instead.
-
I'm using vaultproject.io from Hashicorp that stores encrypted data in the Key/Value store of consul.
On backup I'm getting
```
Traceback (most recent call last):
File "/usr/local/bin/consulate", …
-
CentOS 65 with Python 3.3.5 (sandbox) or 2.7.6 (virtualenv)
(consulate) [root@cns-ui-prg001 consul-api]# python --version
Python 3.3.5
(consulate) [root@cns-ui-prg001 consul-api]# pip install consula…