-
The same policy/token that works for git2consul is not working with gonsul.
I get:
`TransactionError: {"Results":null,"Errors":[{"OpIndex":0,"What":"Permission denied"}]}`
Even a simple singl…
-
#### Context
We are running Consul in a multi-tenant fashion. We have large consul cluster(s) with many consul agents (>>10k). Many application teams registered a large number of services into Con…
-
Hi, I am running Fabio as the http load balancer for the jobs deployed using Nomad.
Recently I started to add consul connect (Service Mesh sidecar using Envoy) into the job file:
```hcl
servi…
-
调研到的方案有:
1. etcd+confd+nginx
2. consul+consul-template+nginx
3. consul+HAProxy+nginx
现在遇到的问题,方案1和2使用 nginx 容器来提供服务的话需要在里面开启至少两个进程:nginx+confd/consul-template,这不利于容器内进程的管理。
而且方案1中 confd 没法开启 dae…
-
When I set Consul's default_policy to "allow" fabio works as expected. when this is set to "deny" (as it should be in production) fabio stops working.
I've even tried using this policy to generate…
-
Client: `0.7.0`
Server: `0.7.0`
### Description of the Issue (and unexpected/desired result)
Products such as `consul-template` use `testutil` to spin up Consul servers. While developing a patc…
-
Only `github.com/hashicorp/consul/api` and `github.com/hashicorp/consul/sdk` are designed to be externally imported. All other imports of consul need to be removed. This includes...
- [ ] github.…
-
Hi,
I was wondering if Consul Connect Native Integration could be added as an upstream type?
Regards,
Tristan
-
https://github.com/testcontainers/testcontainers-java
-
We have been working on providing a solution for TCP load balancing for a potential large number of applications. Our requirements are that the service can be defined in consul, and the load balancer…