Consul is a distributed, highly available, and data center aware solution to connect and configure applications across dynamic, distributed infrastructure.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
hc-github-team-consul-core 7a10f95a22
Backport of chore: bump upgrade integrations tests to 1.15, 116 [NET-4743] into release/1.15.x (#18147)
1 year ago
.changelog Fix a bug that wrongly trims domains when there is an overlap with DC name 1.15.x (#18163) 1 year ago
.github Backport of chore: bump upgrade integrations tests to 1.15, 116 [NET-4743] into release/1.15.x (#18147) 1 year ago
.release backport of commit a717be7c75 (#17563) 1 year ago
acl Synthesize anonymous token pre-bootstrap when needed (#16200) 2 years ago
agent Fix a bug that wrongly trims domains when there is an overlap with DC name 1.15.x (#18163) 1 year ago
api Backport of [NET-4897] net/http host header is now verified and request.host that contains socked now error into release/1.15.x (#18144) 1 year ago
bench
build-support Backport of Reference hashicorp/consul instead of consul for Docker image into release/1.15.x (#17919) 1 year ago
command Backport of [OSS] Fix initial_fetch_timeout to wait for all xDS resources into release/1.15.x (#18064) 1 year ago
connect emit metrics for global rate limiting (#15891) 2 years ago
contributing
docs ci: remove test-integrations CircleCI workflow (#16928) (#17049) 2 years ago
envoyextensions Include changes from v1.15.4 in 1.15.x (#17892) 1 year ago
grafana
internal Backport of [OSS] gRPC Blocking Queries into release/1.15.x (#17441) 2 years ago
ipaddr
lib Backport of hoststats: add package for collecting host statistics including cpu memory and disk usage into release/1.15.x (#17532) 2 years ago
logging Run config entry controller routines on leader (#16054) 2 years ago
proto Backport of [OSS] gRPC Blocking Queries into release/1.15.x (#17441) 2 years ago
proto-public Backport of [OSS] security: update go to 1.20.1 into release/1.15.x (#16314) 2 years ago
sdk backport of commit 9862a83324 (#16930) 2 years ago
sentinel
service_os
snapshot Backport of snapshot: some improvments to the snapshot process into release/1.15.x (#17277) 2 years ago
test Backport of chore: bump upgrade integrations tests to 1.15, 116 [NET-4743] into release/1.15.x (#18147) 1 year ago
testrpc Pass remote addr of incoming HTTP requests through to RPC(..) calls (#15700) 2 years ago
tlsutil Backport of [OSS] security: update go to 1.20.1 into release/1.15.x (#16314) 2 years ago
tools/internal-grpc-proxy grpc: rename public/private directories to external/internal (#13721) 2 years ago
troubleshoot Backport of APIGW Normalize Status Conditions into release/1.15.x (#17844) 1 year ago
types
ui backport of commit 4669c09db2 (#18073) 1 year ago
version Include changes from v1.15.4 in 1.15.x (#17892) 1 year ago
website Backport of Change docs to say 168h instead of 7d for server_rejoin_age_max into release/1.15.x (#18155) 1 year ago
.dockerignore
.gitignore grpc: `protoc` plugin for generating gRPC rate limit specifications (#15564) 2 years ago
.golangci.yml Backport of Sync .golangci.yml from ENT into release/1.15.x (#17182) 2 years ago
CHANGELOG.md Include changes from v1.15.4 in 1.15.x (#17892) 1 year ago
Dockerfile backport of commit 87e1f04178 (#17516) 2 years ago
GNUmakefile Backport of Reference hashicorp/consul instead of consul for Docker image into release/1.15.x (#17919) 1 year ago
LICENSE [COMPLIANCE] Update MPL-2.0 LICENSE (#14964) 2 years ago
NOTICE.md
README.md Fixed broken links referring to tutorials running as local agent (#14954) 2 years ago
Vagrantfile
fixup_acl_move.sh Fixup script 2 3 years ago
go.mod deps: coredns v1.10.1 (#17933) 1 year ago
go.sum deps: coredns v1.10.1 (#17933) 1 year ago
main.go Backport of [OSS] security: update go to 1.20.1 into release/1.15.x (#16314) 2 years ago

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.