-
**Describe the bug**
When overriding `spring.cloud.consul.host` in `bootstrap.yml`, `spring-cloud-consul` silently ignores values like `consul-server.consul.svc.cluster.local`, EKS node ip address (f…
-
**Describe the bug**
I use IntelliJ IDEA to import the spring-cloud-consul project. but many warning message.
```
[WARNING] Failed to build parent project for org.springframework.cloud:spring-clou…
-
First of all, thanks for introducing this feature. I already started using it in my [examples](https://github.com/eddumelendez/testcontainers-samples)
Also, sorry for writing all the way in this is…
-
Items cannot be registered in consul because I follow your comments. I observed that consul was based on the HTTP protocol, so I tried to join the springboot-web dependency and run successfully. But t…
-
When the property `spring.cloud.consul.config.watch.enabled` is `true` an exception `UnsatisfiedDependencyException` is thrown in `ConsulRefreshConfiguration` when creating a bean `ConfigWatch` becaus…
-
Hi, In **/apollo-adminservice**,there is a dependency **org.yaml:snakeyaml:1.29** that calls the risk method.
[CVE-2022-25857](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-25857)
The …
-
## Describe the bug
### Versions:
* Java 11
* Spring-Boot 2.4.8
* Spring-Cloud 2020.0.3
### Scenario:
* **Consul ACLs are enabled**
* You provide the ACL to your application using the `CONSUL…
-
I observe when spring-boot application that uses consul was upgraded, backward compatibility broken w.r.t how host, port specified. Earlier in spring-boot:jar:2.1.4.RELEASE , spring-cloud-consul-core:…
-
# Client Side Load Balancer with Service Discovery project proposal
## Motivation
The project should address the following use cases.
### Service discovery
#### Kubernetes Service Discovery
S…
-
**Describe the bug**
Im want to use a shared config with consul and its working well in http-mode but https won't work.
With postman and browser the UI and the API endpoints in consul are reachable …