-
Since v0.8 Consul supports a whole new set of ACLs. Consul-cli does not allow you to set up anything but service and key ACLs.
Eg:
--rule="node::write" --rule="agent::write" --rule="session::writ…
-
Hi there,
Thanks for creating the project, and litefs seems a good fit for my use case, but internally we use etcd instead of consul, and we would like to reduce dependency as much as possible (whi…
-
Support SRV queries (used by Consul DNS, etc.) so that DNS can return IP/port combinations.
SRV is not supported by getaddrinfo_a so need to integrate with DNS library to make the query directly.
-
Hi!
We use consul-template + Vault PKI to provide SSL certificates for the MySQL Galera cluster. We did some tests with short TTL (15m) for SSL and faced the issue when the Galera cluster crashed b…
-
### Terraform Version
```
Terraform v1.6.4
on linux_amd64
+ provider registry.terraform.io/hashicorp/consul v2.20.0
+ provider registry.terraform.io/hashicorp/local v2.2.3
+ provider registry.te…
-
Can we not use docker image in bridge mode ? whenever we not use host network, it joins cluster and says
`sudo docker run --rm -p 8300:8300/tcp -p 8300:8300/udp -p 8301:8301/tcp -p 8301:8301/udp -…
-
#### Feature Description
Currently with default non-dev settings Consul has the Connect feature disabled. This means that the servers do not initialize the CA, the various connect RPCs/HTTP APIs wi…
-
Nomad agents are expected to have unique mapping to consul agents: No two nomad agents should communicate to the same consul agent.
Though documented[1], the failure mode is very confusing and is h…
-
#### Feature Description
I want to access a consul service that is behind an nginx API gateway (see
nginx.conf snippet below) i.e. instead of acessing consul directly like this:
`curl -v http:/…
-
When testing on ubuntu 18 for a vault client, I can only use `dig @localhost vault.service.consul` and not `dig vault.service.consul`. This results in vault commands not succeeding.
I usually use …