Go to file
Eric Haberkorn d7c81a3b1d
fix bug where pqs that failover to a cluster peer dont un-fail over (#16729)
2023-03-22 09:24:13 -04:00
.changelog fix bug where pqs that failover to a cluster peer dont un-fail over (#16729) 2023-03-22 09:24:13 -04:00
.circleci Copyright headers for config files git + circleci (#16703) 2023-03-22 09:17:19 -04:00
.github Copyright headers for config files git + circleci (#16703) 2023-03-22 09:17:19 -04:00
.release Copyright headers for config files git + circleci (#16703) 2023-03-22 09:17:19 -04:00
acl
agent fix bug where pqs that failover to a cluster peer dont un-fail over (#16729) 2023-03-22 09:24:13 -04:00
api chore: replace hardcoded node name with a constant (#16692) 2023-03-20 16:18:59 -04:00
bench
build-support UI: update Ember to 3.28.6 (#16616) 2023-03-20 15:41:47 -07:00
command Allow HCP metrics collection for Envoy proxies 2023-03-10 13:52:54 -07:00
connect
contributing
docs NET-2397: Add readme.md to upgrade test subdirectory (#16610) 2023-03-20 14:26:43 -04:00
envoyextensions Bump submodules from latest 1.15.1 patch release (#16578) 2023-03-08 14:37:50 -06:00
grafana
internal feat: add category annotation to RPC and gRPC methods (#16646) 2023-03-20 11:24:29 -04:00
ipaddr
lib Suppress AlreadyRegisteredError to fix test retries (#16501) 2023-03-02 12:08:03 -05:00
logging
proto feat: add category annotation to RPC and gRPC methods (#16646) 2023-03-20 11:24:29 -04:00
proto-public feat: add category annotation to RPC and gRPC methods (#16646) 2023-03-20 11:24:29 -04:00
sdk allow setting locality on services and nodes (#16581) 2023-03-10 09:36:15 -05:00
sentinel
service_os
snapshot
test add extra resiliency to snapshot restore test (#16712) 2023-03-21 14:27:00 -04:00
testrpc
tlsutil
tools/internal-grpc-proxy
troubleshoot Bump submodules from latest 1.15.1 patch release (#16578) 2023-03-08 14:37:50 -06:00
types
ui UI: update Ember to 3.28.6 (#16616) 2023-03-20 15:41:47 -07:00
version
website Helm docs without developer.hashicorp.com prefix (#16711) 2023-03-21 18:26:40 +00:00
.copywrite.hcl Add UI copyright headers files (#16614) 2023-03-14 09:18:55 -04:00
.dockerignore
.gitattributes
.gitignore
.golangci.yml
CHANGELOG.md Update changelog with patch releases (#16576) 2023-03-08 19:32:22 +00:00
Dockerfile
GNUmakefile
LICENSE
NOTICE.md
README.md
buf.work.yaml
fixup_acl_move.sh
go.mod Snapshot restore tests (#16647) 2023-03-18 14:43:22 -06:00
go.sum Snapshot restore tests (#16647) 2023-03-18 14:43:22 -06:00
main.go

README.md

Consul logo Consul

Docker Pulls Go Report Card

Consul is a distributed, highly available, and data center aware solution to connect and configure applications across dynamic, distributed infrastructure.

Consul provides several key features:

  • Multi-Datacenter - Consul is built to be datacenter aware, and can support any number of regions without complex configuration.

  • Service Mesh - Consul Service Mesh enables secure service-to-service communication with automatic TLS encryption and identity-based authorization. Applications can use sidecar proxies in a service mesh configuration to establish TLS connections for inbound and outbound connections with Transparent Proxy.

  • Service Discovery - Consul makes it simple for services to register themselves and to discover other services via a DNS or HTTP interface. External services such as SaaS providers can be registered as well.

  • Health Checking - Health Checking enables Consul to quickly alert operators about any issues in a cluster. The integration with service discovery prevents routing traffic to unhealthy hosts and enables service level circuit breakers.

  • Key/Value Storage - A flexible key/value store enables storing dynamic configuration, feature flagging, coordination, leader election and more. The simple HTTP API makes it easy to use anywhere.

Consul runs on Linux, macOS, FreeBSD, Solaris, and Windows and includes an optional browser based UI. A commercial version called Consul Enterprise is also available.

Please note: We take Consul's security and our users' trust very seriously. If you believe you have found a security issue in Consul, please responsibly disclose by contacting us at security@hashicorp.com.

Quick Start

A few quick start guides are available on the Consul website:

Documentation

Full, comprehensive documentation is available on the Consul website: https://consul.io/docs

Contributing

Thank you for your interest in contributing! Please refer to CONTRIBUTING.md for guidance. For contributions specifically to the browser based UI, please refer to the UI's README.md for guidance.