Go to file
Matt Keeler 1ebe11fa63
Update Consul-Dev.dockerfile (#5678)
This was putting the new binary on the wrong path so this wasn't updating the docker image in any effectual way.
2019-04-17 12:21:24 -04:00
.circleci checkout code outside GOPATH 2019-04-10 12:56:55 -04:00
.github
acl Handle rules translation when coming from the JSON compat HCL (#5662) 2019-04-15 14:34:36 -04:00
agent Filter non-passing nodes without modifying cache 2019-04-16 10:29:34 -06:00
api Implement data filtering of some endpoints (#5579) 2019-04-16 12:00:15 -04:00
bench
build-support Update Consul-Dev.dockerfile (#5678) 2019-04-17 12:21:24 -04:00
command Implement data filtering of some endpoints (#5579) 2019-04-16 12:00:15 -04:00
connect
demo
ipaddr
lib
logger Enforce log level filter for log files 2019-04-11 10:04:28 -06:00
sdk
sentinel
service_os
snapshot
terraform
test
testrpc
tlsutil
types
ui-v2
vendor Implement data filtering of some endpoints (#5579) 2019-04-16 12:00:15 -04:00
version
watch
website Remove redundant word. 2019-04-16 16:03:03 -06:00
.dockerignore
.gitattributes
.gitignore Remove old UI, option to use it, and its build processes 2019-04-12 09:02:27 -06:00
.travis.yml
CHANGELOG.md Update CHANGELOG.md 2019-04-16 20:38:20 +02:00
GNUmakefile Build System Fixes for Go Modules (#5655) 2019-04-12 15:17:13 -04:00
INTERNALS.md
LICENSE
NOTICE.md
README.md
Vagrantfile
go.mod Implement data filtering of some endpoints (#5579) 2019-04-16 12:00:15 -04:00
go.sum Implement data filtering of some endpoints (#5579) 2019-04-16 12:00:15 -04:00
main.go
main_test.go

README.md

Consul Build Status Join the chat at https://gitter.im/hashicorp-consul/Lobby

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.

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

  • Service Segmentation - Consul Connect enables secure service-to-service communication with automatic TLS encryption and identity-based authorization.

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

An extensive quick start is viewable on the Consul website:

https://www.consul.io/intro/getting-started/install.html

Documentation

Full, comprehensive documentation is viewable on the Consul website:

https://www.consul.io/docs

Contributing

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