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 6cb8ae41b1
Backport of Fixing docs to add more templated policies references into release/1.17.x (#19338)
backport of commit 147f267a7a

Co-authored-by: Ronald Ekambi <ronekambi@gmail.com>
2023-10-23 15:52:37 +00:00
.changelog Backport of Vault CA bugfixes into release/1.17.x (#19309) 2023-10-20 17:05:05 +00:00
.github Backport of skip envoy version check in ci into release/1.17.x (#19318) 2023-10-20 11:54:05 -07:00
.release
acl Backport of acls,catalog,mesh: properly authorize workload selectors on writes into release/1.17.x (#19296) 2023-10-19 17:28:03 +00:00
agent Backport of Vault CA bugfixes into release/1.17.x (#19309) 2023-10-20 17:05:05 +00:00
api Backport of fix: allow snake case keys for ip based rate limit config entry into release/1.17.x (#19293) 2023-10-19 15:10:21 +00:00
bench
build-support Backport of [NET-5944] security: Update Go version to 1.20.10 and `x/net` to 0.17.0 into release/1.17.x (#19235) 2023-10-16 22:09:58 +00:00
command Backport of mesh: add more validations to Destinations resource into release/1.17.x (#19211) 2023-10-13 23:08:06 +00:00
connect
contributing
docs resource: allow for the ACLs.Read hook to request the entire data payload to perform the authz check (#18925) 2023-09-22 09:53:55 -05:00
envoyextensions release/1.17.x - Update supported Envoy versions (#19274) 2023-10-19 14:46:03 -07:00
grafana grafana: fix a query metrics from ent and add consul version (#18998) 2023-09-25 12:41:13 -04:00
internal Backport of mesh: ensure route configs are named uniquely per port into release/1.17.x (#19324) 2023-10-20 23:18:53 +00:00
ipaddr
lib
logging Remove old build tags (#19128) 2023-10-10 10:58:06 -04:00
proto v2tenancy: cluster scoped reads (#19082) 2023-10-10 13:30:23 -05:00
proto-public Backport of [NET-5944] security: Update Go version to 1.20.10 and `x/net` to 0.17.0 into release/1.17.x (#19235) 2023-10-16 22:09:58 +00:00
sdk Backport of [NET-5944] security: Update Go version to 1.20.10 and `x/net` to 0.17.0 into release/1.17.x (#19235) 2023-10-16 22:09:58 +00:00
sentinel Remove old build tags (#19128) 2023-10-10 10:58:06 -04:00
service_os Remove old build tags (#19128) 2023-10-10 10:58:06 -04:00
snapshot
test Backport of [NET-5944] security: Update Go version to 1.20.10 and `x/net` to 0.17.0 into release/1.17.x (#19235) 2023-10-16 22:09:58 +00:00
test-integ Backport of [NET-5944] security: Update Go version to 1.20.10 and `x/net` to 0.17.0 into release/1.17.x (#19235) 2023-10-16 22:09:58 +00:00
testing/deployer Backport of [NET-5944] security: Update Go version to 1.20.10 and `x/net` to 0.17.0 into release/1.17.x (#19235) 2023-10-16 22:09:58 +00:00
testrpc
tlsutil Remove old build tags (#19128) 2023-10-10 10:58:06 -04:00
tools/internal-grpc-proxy
troubleshoot Backport of [NET-5944] security: Update Go version to 1.20.10 and `x/net` to 0.17.0 into release/1.17.x (#19235) 2023-10-16 22:09:58 +00:00
types
ui Backport of Cc 5545: Upgrade HDS packages and modifiers into release/1.17.x (#19245) 2023-10-17 14:16:57 +00:00
version
website Backport of Fixing docs to add more templated policies references into release/1.17.x (#19338) 2023-10-23 15:52:37 +00:00
.copywrite.hcl
.dockerignore
.gitignore
.golangci.yml
CHANGELOG.md
Dockerfile
Dockerfile-windows
LICENSE
Makefile Backport of Relplat 897 copywrite bot workarounds into release/1.17.x (#19217) 2023-10-16 18:58:51 +00:00
NOTICE.md
README.md
buf.work.yaml
fixup_acl_move.sh
go.mod Backport of [NET-5944] security: Update Go version to 1.20.10 and `x/net` to 0.17.0 into release/1.17.x (#19235) 2023-10-16 22:09:58 +00:00
go.sum Backport of [NET-5944] security: Update Go version to 1.20.10 and `x/net` to 0.17.0 into release/1.17.x (#19235) 2023-10-16 22:09:58 +00:00
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.