Consul is a distributed, highly available, and data center aware solution to connect and configure applications across dynamic, distributed infrastructure.
 
 
 
 
 
 
Go to file
Jeff Boruszak 6351a821aa
docs: add missing slash in redirect (#21881)
missing slash
2024-10-29 09:53:41 -07:00
.changelog Allow multiple endpoints in Envoy clusters configured with hostnames (#21655) 2024-10-28 12:18:04 -07:00
.github Upgrade envoy version in nightly integration tests (#21864) 2024-10-21 16:19:53 -05:00
.release Suppress CVE-2024-9143 (#21848) 2024-10-17 16:24:19 +00:00
acl remove v2 tenancy, catalog, and mesh (#21592) 2024-09-05 08:50:46 -06:00
agent Allow multiple endpoints in Envoy clusters configured with hostnames (#21655) 2024-10-28 12:18:04 -07:00
api chore: retain retracted api submodule version (#21861) 2024-10-21 19:58:16 -06:00
bench
build-support fix spacing of bash scripts (#21760) 2024-09-19 14:09:42 -04:00
command [NET-1151 NET-11228] security: Add request normalization and header match options to prevent L7 intentions bypass (#21816) 2024-10-16 12:23:33 -04:00
connect
docs remove v2 tenancy, catalog, and mesh (#21592) 2024-09-05 08:50:46 -06:00
envoyextensions Update ENVOY_VERSIONS (#21820) 2024-10-14 16:52:22 +00:00
grafana Adds grafana dashboards (#21806) 2024-10-09 13:30:28 -04:00
grpcmocks/proto-public v2tenancy: add optional LicenseFeature to type Registration struct (#20673) 2024-02-20 14:42:31 -06:00
internal update serf links (#21797) 2024-10-02 13:02:23 -06:00
ipaddr
lib gossip: refactor some gossip related libraries into a central place (#21036) 2024-05-07 10:30:49 -05:00
logging Trigger the V1 Compat exported-services Controller when V1 Config Entries are Updated (#20456) 2024-02-02 15:30:04 -05:00
proto [NET-1151 NET-11228] security: Add request normalization and header match options to prevent L7 intentions bypass (#21816) 2024-10-16 12:23:33 -04:00
proto-public remove v2 tenancy, catalog, and mesh (#21592) 2024-09-05 08:50:46 -06:00
sdk [NET-8601] security: upgrade vault/api to remove go-jose.v2 (#20910) 2024-05-04 00:18:51 +00:00
sentinel
service_os
snapshot
test [NET-1151 NET-11228] security: Add request normalization and header match options to prevent L7 intentions bypass (#21816) 2024-10-16 12:23:33 -04:00
test-integ Update raft to 1.7.0 and add configuration for prevote (#21758) 2024-09-20 10:35:48 -04:00
testing/deployer Hard update all 1.3 dataplane to 1.6 (#21728) 2024-09-13 11:30:25 -05:00
testrpc
tlsutil
tools/internal-grpc-proxy
troubleshoot update version, changelog, and submodules after 1.19.2, 1.18.4, 1.17.7 and 1.15.14 releases (#21676) 2024-08-28 09:39:12 -06:00
types
ui [NET-1151 NET-11228] security: Add request normalization and header match options to prevent L7 intentions bypass (#21816) 2024-10-16 12:23:33 -04:00
version docs: Consul DNS views on Kubernetes (#21802) 2024-10-14 12:38:23 -07:00
website docs: add missing slash in redirect (#21881) 2024-10-29 09:53:41 -07:00
.copywrite.hcl
.dockerignore
.gitignore chore: remove unintentionally committed consul-k8s submodule (#21833) 2024-10-16 14:36:04 +00:00
.go-version security: Upgrade Go to 1.22.7 (#21705) 2024-09-10 15:07:05 -07:00
.golangci.yml Configure linter to forbid use of html/template (#21307) 2024-06-11 16:17:12 -04:00
.grpcmocks.yaml
.pre-commit-config.yaml
CHANGELOG.md Post-release updates for 1.20.0 (#21829) 2024-10-15 15:55:02 +00:00
Dockerfile Upgrade ubi image to 9.4 (#21750) 2024-09-17 11:48:02 -04:00
Dockerfile-windows
LICENSE
Makefile Hard update all 1.3 dataplane to 1.6 (#21728) 2024-09-13 11:30:25 -05:00
README.md
buf.work.yaml
go.mod Update raft to 1.7.0 and add configuration for prevote (#21758) 2024-09-20 10:35:48 -04:00
go.sum Update raft to 1.7.0 and add configuration for prevote (#21758) 2024-09-20 10:35:48 -04:00
main.go
scan.hcl security: triage vendor alerts (#21716) 2024-09-12 15:08:20 +00:00

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.

  • API Gateway - Consul API Gateway manages access to services within Consul Service Mesh, allow users to define traffic and authorization policies to services deployed within the mesh.

  • 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.