Consul is a distributed, highly available, and data center aware solution to connect and configure applications across dynamic, distributed infrastructure.
 
 
 
 
 
 
Go to file
Ronald 921445712e
[NET-4792] Add integrations tests for jwt-auth (#18169)
2023-07-18 14:59:01 -04:00
.changelog Support Consul Connect Envoy Command on Windows (#17694) 2023-07-17 21:40:07 +05:30
.github Add `testing/deployer` (neé `consul-topology`) [NET-4610] (#17823) 2023-07-17 15:15:22 -07:00
.release
acl
agent [OSS] test: improve xDS listener code coverage (#18138) 2023-07-17 13:49:40 -04:00
api [NET-4897] net/http host header is now verified and request.host that contains socked now error (#18129) 2023-07-14 14:53:27 -06:00
bench
build-support group and document make file (#17943) 2023-07-17 12:27:24 -07:00
command Support Consul Connect Envoy Command on Windows (#17694) 2023-07-17 21:40:07 +05:30
connect
contributing
docs group and document make file (#17943) 2023-07-17 12:27:24 -07:00
envoyextensions Update list of Envoy versions (#17546) 2023-06-09 02:37:49 +00:00
grafana
internal Split pbmesh.UpstreamsConfiguration as a resource out of pbmesh.Upstreams (#17991) 2023-07-13 13:06:56 -06:00
ipaddr
lib
logging
proto Expose JWKS cluster config through JWTProviderConfigEntry (#17978) 2023-07-04 09:12:06 -04:00
proto-public Split pbmesh.UpstreamsConfiguration as a resource out of pbmesh.Upstreams (#17991) 2023-07-13 13:06:56 -06:00
sdk Displays Consul version of each nodes in UI nodes section (#17754) 2023-07-12 13:34:39 -06:00
sentinel
service_os
snapshot
test [NET-4792] Add integrations tests for jwt-auth (#18169) 2023-07-18 14:59:01 -04:00
testing/deployer Add `testing/deployer` (neé `consul-topology`) [NET-4610] (#17823) 2023-07-17 15:15:22 -07:00
testrpc
tlsutil tlsutil: Fix check TLS configuration (#17481) 2023-06-28 09:24:51 -07:00
tools/internal-grpc-proxy
troubleshoot
types
ui Displays Consul version of each nodes in UI nodes section (#17754) 2023-07-12 13:34:39 -06:00
version [OSS] Post Consul 1.16 updates (#17606) 2023-06-07 21:46:49 +00:00
website Change docs to say 168h instead of 7d for server_rejoin_age_max (#18154) 2023-07-17 16:53:36 +00:00
.copywrite.hcl
.dockerignore
.gitignore
.golangci.yml
CHANGELOG.md Add changelog entry for 1.16.0 (#17987) 2023-06-30 20:29:47 +00:00
Dockerfile Bump Alpine to 3.18 (#17719) 2023-06-14 01:02:05 +00:00
LICENSE
Makefile group and document make file (#17943) 2023-07-17 12:27:24 -07:00
NOTICE.md
README.md
buf.work.yaml
fixup_acl_move.sh
go.mod Support Consul Connect Envoy Command on Windows (#17694) 2023-07-17 21:40:07 +05:30
go.sum Support Consul Connect Envoy Command on Windows (#17694) 2023-07-17 21:40:07 +05:30
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.