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.
 
 
 
 
 
 
Go to file
hc-github-team-consul-core 3b70b66ecf
Backport of NET-6942 - Replace usage of deprecated Envoy field envoy.config.cluster.v3.Cluster.http_protocol_options. into release/1.15.x (#20031)
11 months ago
.changelog Backport of NET-6942 - Replace usage of deprecated Envoy field envoy.config.cluster.v3.Cluster.http_protocol_options. into release/1.15.x (#20031) 11 months ago
.github Backport of [NET-6969] security: Re-enable Go Module + secrets security scans for release branches into release/1.15.x (#20019) 11 months ago
.release Backport of [NET-6969] security: Re-enable Go Module + secrets security scans for release branches into release/1.15.x (#20019) 11 months ago
acl [BACKPORT] 1.15.x manual backport of OSS->CE branch (#18552) 1 year ago
agent Backport of Hash based config entry replication into release/1.15.x (#19914) 12 months ago
api Backport of [NET-7009] security: update x/crypto to 0.17.0 into release/1.15.x (#20027) 11 months ago
bench
build-support Backport of [NET-6650] Bump go version to 1.20.12 into release/1.15.x (#19844) 12 months ago
command Backport of NET-6942 - Replace usage of deprecated Envoy field envoy.config.cluster.v3.Cluster.http_protocol_options. into release/1.15.x (#20031) 11 months ago
connect emit metrics for global rate limiting (#15891) 2 years ago
contributing Move contributing to docs 3 years ago
docs [BACKPORT] 1.15.x manual backport of OSS->CE branch (#18552) 1 year ago
envoyextensions Backport of [NET-7009] security: update x/crypto to 0.17.0 into release/1.15.x (#20027) 11 months ago
grafana
internal Backport of [NET-6138] security: Bump google.golang.org/grpc to 1.56.3 (CVE-2023-44487) to release/1.15.x (#19421) 1 year ago
ipaddr
lib [BACKPORT] 1.15.x manual backport of OSS->CE branch (#18552) 1 year ago
logging Backport of Net 3181 consul gh issue 15709 allow log file naming like nomad - fix bug into release/1.15.x (#18641) 1 year ago
proto Backport of Hash based config entry replication into release/1.15.x (#19914) 12 months ago
proto-public Backport of [NET-7009] security: update x/crypto to 0.17.0 into release/1.15.x (#20027) 11 months ago
sdk Backport of [NET-7009] security: update x/crypto to 0.17.0 into release/1.15.x (#20027) 11 months ago
sentinel [BACKPORT] 1.15.x manual backport of OSS->CE branch (#18552) 1 year ago
service_os re-run gofmt on 1.17 (#11579) 3 years ago
snapshot Backport of snapshot: some improvments to the snapshot process into release/1.15.x (#17277) 2 years ago
test Backport of NET-6942 - Replace usage of deprecated Envoy field envoy.config.cluster.v3.Cluster.http_protocol_options. into release/1.15.x (#20031) 11 months ago
testrpc Pass remote addr of incoming HTTP requests through to RPC(..) calls (#15700) 2 years ago
tlsutil Backport of test: update certs for 10 year expiry into release/1.15.x (#19559) 1 year ago
tools/internal-grpc-proxy grpc: rename public/private directories to external/internal (#13721) 2 years ago
troubleshoot Backport of [NET-7009] security: update x/crypto to 0.17.0 into release/1.15.x (#20027) 11 months ago
types agent: convert listener config to TLS types (#12522) 3 years ago
ui Backport of fix: token list in Role details page is updated with tokens linked to… into release/1.15.x (#19921) 12 months ago
version update changelog and version (#19969) 12 months ago
website Update Helm Documenation with changes from release 1.1.8 (#20002) 11 months ago
.dockerignore
.gitignore grpc: `protoc` plugin for generating gRPC rate limit specifications (#15564) 2 years ago
.golangci.yml [BACKPORT] 1.15.x manual backport of OSS->CE branch (#18552) 1 year ago
CHANGELOG.md update changelog and version (#19969) 12 months ago
Dockerfile Dockerfile: backport of #20014 for 1.15.x (#20034) 11 months ago
GNUmakefile Pin version of lint-consul-retry (#19775) 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 Backport of [NET-7009] security: update x/crypto to 0.17.0 into release/1.15.x (#20027) 11 months ago
go.sum Backport of [NET-7009] security: update x/crypto to 0.17.0 into release/1.15.x (#20027) 11 months ago
main.go Backport of [OSS] security: update go to 1.20.1 into release/1.15.x (#16314) 2 years ago
scan.hcl Backport of [NET-6969] security: Re-enable Go Module + secrets security scans for release branches into release/1.15.x (#20019) 11 months 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.