Consul is a distributed, highly available, and data center aware solution to connect and configure applications across dynamic, distributed infrastructure.
 
 
 
 
 
 
Go to file
John Eikenberry 97173725b7
log warning about certificate expiring sooner and with more details
The old setting of 24 hours was not enough time to deal with an expiring certificates. This change ups it to 28 days OR 40% of the full cert duration, whichever is shorter. It also adds details to the log message to indicate which certificate it is logging about and a suggested action.
2023-04-07 20:38:07 +00:00
.changelog Wasm Envoy HTTP extension (#16877) 2023-04-06 14:12:07 -07:00
.circleci
.github increase ENT runner size for xl to match OSS. have guild-distros use xl to match CircleCI (#16920) 2023-04-07 11:10:47 -06:00
.release
acl
agent log warning about certificate expiring sooner and with more details 2023-04-07 20:38:07 +00:00
api Wasm Envoy HTTP extension (#16877) 2023-04-06 14:12:07 -07:00
bench
build-support
command Raft storage backend (#16619) 2023-04-04 17:30:06 +01:00
connect
contributing
docs docs: add envoy to the proxycfg diagram (#16834) 2023-04-04 09:42:42 -04:00
envoyextensions Wasm Envoy HTTP extension (#16877) 2023-04-06 14:12:07 -07:00
grafana
internal Resource `Write` endpoint (#16786) 2023-04-06 10:40:04 +01:00
ipaddr
lib
logging
proto Resource `Write` endpoint (#16786) 2023-04-06 10:40:04 +01:00
proto-public
sdk
sentinel
service_os
snapshot
test Wasm Envoy HTTP extension (#16877) 2023-04-06 14:12:07 -07:00
testrpc
tlsutil
tools/internal-grpc-proxy
troubleshoot
types
ui
version
website Fix API GW broken link (#16885) 2023-04-06 22:29:09 +00:00
.copywrite.hcl
.dockerignore
.gitignore
.golangci.yml
CHANGELOG.md
Dockerfile
GNUmakefile
LICENSE
NOTICE.md
README.md
buf.work.yaml
fixup_acl_move.sh
go.mod Resource `Write` endpoint (#16786) 2023-04-06 10:40:04 +01:00
go.sum Resource `Write` endpoint (#16786) 2023-04-06 10:40:04 +01:00
main.go

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.