Consul is a distributed, highly available, and data center aware solution to connect and configure applications across dynamic, distributed infrastructure. https://www.consul.io
Go to file
Matt Keeler 946f7700f5
Update CHANGELOG.md
2020-07-10 10:43:52 -04:00
.circleci Bump golang to 1.14.4 to avoid known runtime issue (#8146) 2020-06-18 16:39:22 +00:00
.github
acl Merge pull request #8035 from hashicorp/feature/auto-config/server-rpc 2020-06-17 20:08:17 +00:00
agent [backport: 1.8.x] xds: version sniff envoy and switch regular expressions from 'regex' to 'safe_regex' on newer envoy versions (#8265) 2020-07-09 17:04:23 -05:00
api api/agent: enable setting SuccessBeforePassing and FailuresBeforeCritical in API (#7949) 2020-06-29 12:53:38 +00:00
bench
build-support Merge pull request #8035 from hashicorp/feature/auto-config/server-rpc 2020-06-17 20:08:17 +00:00
command Add Revision to version CLI output and add JSON support 2020-07-10 10:43:09 -04:00
connect Merge pull request #8086 from hashicorp/feature/auto-config/client-config-inject 2020-06-18 14:45:52 +00:00
contributing
demo demo: Added udp port forwarding 2018-05-30 13:56:56 +09:00
internal/go-sso Merge pull request #8035 from hashicorp/feature/auto-config/server-rpc 2020-06-17 20:08:17 +00:00
ipaddr
lib Various go routine leak fixes 2020-06-25 09:36:14 -04:00
logging Merge pull request #8086 from hashicorp/feature/auto-config/client-config-inject 2020-06-18 14:45:52 +00:00
sdk acl: remove the deprecated `acl_enforce_version_8` option (#7991) 2020-06-01 10:40:22 -05:00
sentinel
service_os Changes made : 2018-06-28 21:18:14 -04:00
snapshot ci: Add staticcheck and fix most errors 2020-06-01 10:40:04 -05:00
terraform
test [backport: 1.8.x] xds: version sniff envoy and switch regular expressions from 'regex' to 'safe_regex' on newer envoy versions (#8265) 2020-07-09 17:04:23 -05:00
testrpc acl: remove the deprecated `acl_enforce_version_8` option (#7991) 2020-06-01 10:40:22 -05:00
tlsutil Merge pull request #8211 from hashicorp/bugfix/auto-encrypt-various 2020-07-02 13:51:34 +00:00
types
ui-v2 ui: Adds definition-table class to RTT values table (#8286) 2020-07-10 13:27:33 +00:00
vendor connect: upgrade github.com/envoyproxy/go-control-plane to v0.9.5 (#8247) 2020-07-07 16:22:30 -05:00
version Putting source back into Dev Mode 2020-05-21 20:27:47 +00:00
website Add Revision to version CLI output and add JSON support 2020-07-10 10:43:09 -04:00
.dockerignore
.gitignore
.golangci.yml ci: Add staticcheck and fix most errors 2020-06-01 10:40:04 -05:00
.hashibot.hcl
CHANGELOG.md Update CHANGELOG.md 2020-07-10 10:43:52 -04:00
GNUmakefile Make envoy integration tests a `go test` suite (#7842) 2020-05-21 15:54:04 +00:00
INTERNALS.md
LICENSE
NOTICE.md
README.md
Vagrantfile
codecov.yml
go.mod connect: upgrade github.com/envoyproxy/go-control-plane to v0.9.5 (#8247) 2020-07-07 16:22:30 -05:00
go.sum connect: upgrade github.com/envoyproxy/go-control-plane to v0.9.5 (#8247) 2020-07-07 16:22:30 -05:00
main.go Add Revision to version CLI output and add JSON support 2020-07-10 10:43:09 -04:00
main_test.go

README.md

Consul CircleCI Discuss

Consul is a tool for service discovery and configuration. Consul is distributed, highly available, and extremely scalable.

Consul provides several key features:

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

  • Service Segmentation/Service Mesh - Consul Connect 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 without being aware of Connect at all.

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

  • Multi-Datacenter - Consul is built to be datacenter aware, and can support any number of regions without complex configuration.

Consul runs on Linux, Mac OS X, FreeBSD, Solaris, and Windows. 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://www.consul.io/docs

Contributing

Thank you for your interest in contributing! Please refer to CONTRIBUTING.md for guidance.