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.
 
 
 
 
 
 
Nick Irvine 373c7dc144
switch all client nodes in dc2 to dataplane [NET-4299] (#18608)
1 year ago
.changelog dataplane: Allow getting bootstrap parameters when using V2 APIs (#18504) 1 year ago
.github restore common-topo peering integration tests, but nightly [NET-5476] (#18673) 1 year ago
.release
acl
agent dataplane: Allow getting bootstrap parameters when using V2 APIs (#18504) 1 year ago
api Add support for querying tokens by service name. (#18667) 1 year ago
bench
build-support update comments and docs about running envoy integration tests with the ENVOY_VERSION set. (#18614) 1 year ago
command Removed nodename and status from consul snapshot save -append-filename command and using leader version in version (#18680) 1 year ago
connect
contributing
docs update guide to reflect tenancy and scope (#18687) 1 year ago
envoyextensions CE port of enterprise extension (#18572) 1 year ago
grafana
internal Net 2714/xw cli read command (#18462) 1 year ago
ipaddr
lib
logging Net 3181 consul gh issue 15709 allow log file naming like nomad - fix bug (#18631) 1 year ago
proto Add TCP+TLS Healthchecks (#18381) 1 year ago
proto-public dataplane: Allow getting bootstrap parameters when using V2 APIs (#18504) 1 year ago
sdk
sentinel
service_os
snapshot
test update comments and docs about running envoy integration tests with the ENVOY_VERSION set. (#18614) 1 year ago
test-integ switch all client nodes in dc2 to dataplane [NET-4299] (#18608) 1 year ago
testing/deployer switch all client nodes in dc2 to dataplane [NET-4299] (#18608) 1 year ago
testrpc
tlsutil
tools/internal-grpc-proxy
troubleshoot [HCP Telemetry] Move first TelemetryConfig Fetch into the TelemetryConfigProvider (#18318) 1 year ago
types
ui feat: copy edits for built-in policy alert (#18655) 1 year ago
version
website Add support for querying tokens by service name. (#18667) 1 year ago
.copywrite.hcl
.dockerignore
.gitignore
.golangci.yml dataplane: Allow getting bootstrap parameters when using V2 APIs (#18504) 1 year ago
CHANGELOG.md Add known issue notice for #18636. (#18650) 1 year ago
Dockerfile
Dockerfile-windows
LICENSE
Makefile update comments and docs about running envoy integration tests with the ENVOY_VERSION set. (#18614) 1 year ago
NOTICE.md
README.md
buf.work.yaml
fixup_acl_move.sh
go.mod [HCP Telemetry] Move first TelemetryConfig Fetch into the TelemetryConfigProvider (#18318) 1 year ago
go.sum [HCP Telemetry] Move first TelemetryConfig Fetch into the TelemetryConfigProvider (#18318) 1 year ago
main.go

README.md

Consul logo Consul

License: BUSL-1.1 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.

  • Dynamic App Configuration - An HTTP API that allows users to store indexed objects within Consul, for storing configuration parameters and application metadata.

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.