-
While we were working on https://github.com/hashicorp/nomad/pull/16490 @schmichael and I had a discussion about how we might improve the current process for server discovery and failover with respect …
-
### Consul Template version
```
$ consul-template -v
consul-template v0.19.5 (57b6c71)
```
### Configuration
```hcl
log_level = "warn"
max_stale = "10m"
consul {}
deduplicate {
…
-
#### 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:/…
-
### Community Note
* Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the…
-
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 …
-
### Consul Template version
consul-template v0.25.0 (99efa642)
### Configuration
Config: `test.conf`
```hcl
consul {
address = "http://consul.internal"
ssl {
enabled = false
…
-
Thanks for the work on this.
I use, but do not mage our Consul implementation. Each environment has a different token. Can you add a few lines in the READ.ME on making the token a variable in the h…
-
How to join a third party node to Consul, Example. I want to join my localbox to consul running on local network. I can follow the below steps to acheive it.
``` bash
siva@user1:~$ consul agent -dat…
-
**Proposal**
Hello it will be nice to have a way to configure health checks for certain services as **optional** , so when this service fails, the app still works on the failure of just that particul…
-
### Nomad version
Output from `nomad version`
Nomad v1.1.2 (60638a086ef9630e2a9ba1e237e8426192a44244)
### Operating system and Environment details
CentOS 7
Consul 1.8.5
### Issue
I'm not …