Consul is a distributed, highly available, and data center aware solution to connect and configure applications across dynamic, distributed infrastructure.
 
 
 
 
 
 
Go to file
hc-github-team-consul-core ab2666afb7
Backport of Use safeio to write server metadata file into release/1.17.x (#20106)
* backport of commit 0956e061b6

* backport of commit ed9709a578

---------

Co-authored-by: cskh <hui.kang@hashicorp.com>
2024-01-05 15:16:14 -05:00
.changelog Backport of NET-4774 - replace usage of deprecated Envoy field match_subject_alt_names into release/1.17.x (#20057) 2024-01-02 19:13:16 +00:00
.github Backport of ci: increase runner size for security scans into release/1.17.x (#20071) 2024-01-02 18:17:08 +00:00
.release Backport of [NET-6969] security: Re-enable Go Module + secrets security scans for release branches into release/1.17.x (#20021) 2023-12-21 15:29:46 +00:00
acl
agent Backport of Use safeio to write server metadata file into release/1.17.x (#20106) 2024-01-05 15:16:14 -05:00
api Backport of [DO NOT MERGE UNTIL EOY] update year in LICENSE and copywrite files into release/1.17.x (#20067) 2024-01-02 09:00:24 -08:00
bench
build-support
command Backport of fix formatting issue in envoy bootstrapping. into release/1.17.x (#20043) 2023-12-21 16:20:45 -07:00
connect
contributing
docs
envoyextensions Backport of [NET-7009] security: update x/crypto to 0.17.0 into release/1.17.x (#20029) 2023-12-21 20:35:44 +00:00
grafana
internal
ipaddr
lib
logging
proto
proto-public Backport of [NET-7009] security: update x/crypto to 0.17.0 into release/1.17.x (#20029) 2023-12-21 20:35:44 +00:00
sdk Backport of [DO NOT MERGE UNTIL EOY] update year in LICENSE and copywrite files into release/1.17.x (#20067) 2024-01-02 09:00:24 -08:00
sentinel
service_os
snapshot
test Backport of fix formatting issue in envoy bootstrapping. into release/1.17.x (#20043) 2023-12-21 16:20:45 -07:00
test-integ Backport of [NET-7009] security: update x/crypto to 0.17.0 into release/1.17.x (#20029) 2023-12-21 20:35:44 +00:00
testing/deployer Backport of [NET-7009] security: update x/crypto to 0.17.0 into release/1.17.x (#20029) 2023-12-21 20:35:44 +00:00
testrpc
tlsutil
tools/internal-grpc-proxy
troubleshoot Backport of NET-4774 - replace usage of deprecated Envoy field match_subject_alt_names into release/1.17.x (#20057) 2024-01-02 19:13:16 +00:00
types
ui Backport of fix: token list in Role details page is updated with tokens linked to… into release/1.17.x (#19923) 2023-12-12 11:06:59 -08:00
version update changelog and version (#19967) 2023-12-15 10:03:12 -08:00
website Backport of docs: remove unsupported critical flag from DNS weights into release/1.17.x (#20099) 2024-01-05 10:48:01 -05:00
.copywrite.hcl Backport of [DO NOT MERGE UNTIL EOY] update year in LICENSE and copywrite files into release/1.17.x (#20067) 2024-01-02 09:00:24 -08:00
.dockerignore
.gitignore
.golangci.yml
CHANGELOG.md update changelog and version (#19967) 2023-12-15 10:03:12 -08:00
Dockerfile Dockerfile: backport of #20014 for 1.17.x (#20035) 2023-12-21 13:22:46 -08:00
Dockerfile-windows
LICENSE Backport of [DO NOT MERGE UNTIL EOY] update year in LICENSE and copywrite files into release/1.17.x (#20067) 2024-01-02 09:00:24 -08:00
Makefile
README.md
buf.work.yaml
go.mod Backport of [NET-7009] security: update x/crypto to 0.17.0 into release/1.17.x (#20029) 2023-12-21 20:35:44 +00:00
go.sum Backport of [NET-7009] security: update x/crypto to 0.17.0 into release/1.17.x (#20029) 2023-12-21 20:35:44 +00:00
main.go
scan.hcl Backport of [NET-6969] security: Re-enable Go Module + secrets security scans for release branches into release/1.17.x (#20021) 2023-12-21 15:29:46 +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.

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