-
Using PROXY_ADDRESS breaks access to hashi-ui directly using http://ip:port address.
Reproduce:
1. **Skip setting PROXY_ADDRESS**, configuration:
```
CONSUL_ADDR="http://consul.service.consul:85…
-
My usecase requires me to update tags of marathon task instances at runtime.
The enableTagOverride option allows this, but is currently not set by mesos-consul.
It's also not in the Consul GO API atm…
-
#### Overview of the Issue
A "Non-breaking space" (`U+00A0`) in the key name throws an error in `v1.12.3.`
The "classic" withe space (`U+0020`) works well.
In `v0.8.3` this character could hav…
-
### Description of the Issue (and unexpected/desired result)
As a windows software developer I want to be able to configure consul on my windows workstation to confirm the behaviour of consul indepen…
-
Hi,
I recently started using consul-rust for a project but found that async support was recently removed: https://github.com/pierresouchay/consul-rust/commit/41d133d8db7eef3f9c59bac9b1e7a333b2e337c…
-
### 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…
-
In the reverse proxy case, the Consul mapped to http://example.com/consul, and the correct api url is /consul/v1/aa/bb not /v1/aa/bb, so the url prefix should be allowed to be modified in the UI's jav…
Rwing updated
11 months ago
-
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.