Go to file
John Eikenberry 3250e742ab
CA mesh CA expiration to it's own section
This is part of an effort to raise awareness that you need to monitor
your mesh CA if coming from an external source as you'll need to manage
the rotation.
2023-04-03 20:02:08 +00:00
.changelog Allow dialer to re-establish terminated peering (#16776) 2023-04-03 12:07:45 -06:00
.circleci RELENG-471: Remove obsolete load-test workflow (#16737) 2023-03-24 11:27:10 -06:00
.github [NET-3029] Migrate dev-* jobs to GHA (#16792) 2023-03-31 19:02:40 +00:00
.release Remove version bump from CRT workflow (#16728) 2023-03-23 11:21:27 -05:00
acl Add copyright headers for acl, api and bench folders (#16706) 2023-03-28 16:12:41 -04:00
agent Allow dialer to re-establish terminated peering (#16776) 2023-04-03 12:07:45 -06:00
api add region field (#16825) 2023-03-31 12:05:47 -07:00
bench
build-support Copyright headers for missing files/folders (#16708) 2023-03-28 18:48:58 -04:00
command Copyright headers for command folder (#16705) 2023-03-28 15:12:30 -04:00
connect Copyright headers for missing files/folders (#16708) 2023-03-28 18:48:58 -04:00
contributing Move contributing to docs 2021-08-30 16:17:09 -04:00
docs NET-2397: Add readme.md to upgrade test subdirectory (#16610) 2023-03-20 14:26:43 -04:00
envoyextensions Copyright headers for missing files/folders (#16708) 2023-03-28 18:48:58 -04:00
grafana add readme outlining how to edit and publish 2021-01-12 14:47:11 -08:00
internal storage: fix resource leak in Watch (#16817) 2023-03-31 13:24:19 +01:00
ipaddr Copyright headers for missing files/folders (#16708) 2023-03-28 18:48:58 -04:00
lib Copyright headers for missing files/folders (#16708) 2023-03-28 18:48:58 -04:00
logging Copyright headers for missing files/folders (#16708) 2023-03-28 18:48:58 -04:00
proto add order by locality failover to Consul enterprise (#16791) 2023-03-30 10:08:38 -04:00
proto-public Copyright headers for missing files/folders (#16708) 2023-03-28 18:48:58 -04:00
sdk Copyright headers for missing files/folders (#16708) 2023-03-28 18:48:58 -04:00
sentinel Copyright headers for missing files/folders (#16708) 2023-03-28 18:48:58 -04:00
service_os Copyright headers for missing files/folders (#16708) 2023-03-28 18:48:58 -04:00
snapshot Copyright headers for missing files/folders (#16708) 2023-03-28 18:48:58 -04:00
test port ENT upgrade tests flattening (#16824) 2023-03-30 13:07:16 -07:00
testrpc Copyright headers for missing files/folders (#16708) 2023-03-28 18:48:58 -04:00
tlsutil Copyright headers for missing files/folders (#16708) 2023-03-28 18:48:58 -04:00
tools/internal-grpc-proxy Copyright headers for missing files/folders (#16708) 2023-03-28 18:48:58 -04:00
troubleshoot Copyright headers for missing files/folders (#16708) 2023-03-28 18:48:58 -04:00
types Copyright headers for missing files/folders (#16708) 2023-03-28 18:48:58 -04:00
ui Remove UI brand-loader copyright headers as they do not render appropriately (#16835) 2023-03-31 11:29:19 -04:00
version Copyright headers for missing files/folders (#16708) 2023-03-28 18:48:58 -04:00
website CA mesh CA expiration to it's own section 2023-04-03 20:02:08 +00:00
.copywrite.hcl Remove UI brand-loader copyright headers as they do not render appropriately (#16835) 2023-03-31 11:29:19 -04:00
.dockerignore Update the scripting 2018-06-14 21:42:47 -04:00
.gitattributes
.gitignore grpc: `protoc` plugin for generating gRPC rate limit specifications (#15564) 2023-01-04 16:07:02 +00:00
.golangci.yml Add copyright headers for acl, api and bench folders (#16706) 2023-03-28 16:12:41 -04:00
CHANGELOG.md Update changelog with patch releases (#16856) 2023-04-03 13:05:36 -04:00
Dockerfile Copyright headers for missing files/folders (#16708) 2023-03-28 18:48:58 -04:00
GNUmakefile Protobuf Refactoring for Multi-Module Cleanliness (#16302) 2023-02-17 16:14:46 -05:00
LICENSE [COMPLIANCE] Update MPL-2.0 LICENSE (#14964) 2022-11-09 12:24:14 -06:00
NOTICE.md add copyright notice file 2018-07-09 10:58:26 -07:00
README.md Fixed broken links referring to tutorials running as local agent (#14954) 2022-10-11 13:01:29 -07:00
buf.work.yaml Copyright headers for missing files/folders (#16708) 2023-03-28 18:48:58 -04:00
fixup_acl_move.sh Copyright headers for missing files/folders (#16708) 2023-03-28 18:48:58 -04:00
go.mod Snapshot restore tests (#16647) 2023-03-18 14:43:22 -06:00
go.sum Snapshot restore tests (#16647) 2023-03-18 14:43:22 -06:00
main.go Copyright headers for missing files/folders (#16708) 2023-03-28 18:48:58 -04:00

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.