consul
consul copied to clipboard
Consul is a distributed, highly available, and data center aware solution to connect and configure applications across dynamic, distributed infrastructure.
#### Overview of the Issue We had been running a Consul Connect cluster using Vault as the CA for quite some time, and suddenly, we started receiving errors related to...
I have two servers. All deployed Consul servers, and then I registered the service with my dapr on Consul. I registered on server 1, and he automatically used my server...
#### Overview of the Issue We are experiencing several persistent and critical stability issues when running Consul in large-scale production environments hosted in Azure Kubernetes Service (AKS). These issues do...
#### Overview of the Issue A large number of ACL tokens accumulate due to Consul agents not performing a proper logout. This results in increased Raft commit latency and resource...
It is unclear to me from the docs of `start_join`/`retry_join` whether this value should contain all consul servers that I want in the cluster, or only the other ones (not...
#### Overview of the Issue A kernel bug crashes the 3 Consul servers in my production cluster. After 2 of 3 servers rebooted, they failed to achieve leader election. Only...
## Background As per the recently disclosed [CVE-2025-52893](https://nvd.nist.gov/vuln/detail/CVE-2025-52893), the [mitchellh/mapstructure](https://github.com/mitchellh/mapstructure) package has been identified as vulnerable. Security scanners are flagging this as a transitive dependency, which is triggering findings in...
I'm running a standalone server service, and using the api to log off, the service won't log off. --- #### Reproduction Steps I run a standalone server service `agent -server...
## Summary | Status | Count | |---------------|-------| | 🔍 Total | 7083 | | ✅ Successful | 6779 | | ⏳ Timeouts | 0 | | 🔀 Redirected |...
I followed this page https://developer.hashicorp.com/consul/docs/reference/agent/telemetry#certificate-authority-expiration And was looking how to track certificate CA or server expire event, but it turns that this page doesn't have anything related to SSL. Please...