Go to file
hashicorp-copywrite[bot] 87aee8308b
[COMPLIANCE] Add Copyright and License Headers (#16854)
Co-authored-by: hashicorp-copywrite[bot] <110428419+hashicorp-copywrite[bot]@users.noreply.github.com>
Co-authored-by: Ronald <roncodingenthusiast@users.noreply.github.com>
2023-04-20 12:40:22 +00:00
.changelog Permissive mTLS (#17035) 2023-04-19 14:45:00 -05:00
.github remove worklogs upload (#17056) 2023-04-19 16:29:36 -06:00
.release
acl server: wire up in-process Resource Service (#16978) 2023-04-18 10:03:23 +01:00
agent [COMPLIANCE] Add Copyright and License Headers (#16854) 2023-04-20 12:40:22 +00:00
api [NET-3091] Update service intentions to support jwt provider references (#17037) 2023-04-19 18:16:39 -04:00
bench
build-support [COMPLIANCE] Add Copyright and License Headers (#16854) 2023-04-20 12:40:22 +00:00
command Raft storage backend (#16619) 2023-04-04 17:30:06 +01:00
connect
contributing
docs ci: remove test-integrations CircleCI workflow (#16928) 2023-04-19 16:19:29 +00:00
envoyextensions Update list of Envoy versions (#16889) 2023-04-12 17:43:15 -04:00
grafana
internal [COMPLIANCE] Add Copyright and License Headers (#16854) 2023-04-20 12:40:22 +00:00
ipaddr
lib Avoid decoding nil pointer in map walker (#17048) 2023-04-19 10:23:38 -07:00
logging
proto [COMPLIANCE] Add Copyright and License Headers (#16854) 2023-04-20 12:40:22 +00:00
proto-public resource: `WriteStatus` endpoint (#16886) 2023-04-11 19:23:14 +01:00
sdk Test: add noCleanup to TestServer stop (#16919) 2023-04-07 20:47:54 -04:00
sentinel
service_os
snapshot
test [COMPLIANCE] Add Copyright and License Headers (#16854) 2023-04-20 12:40:22 +00:00
testrpc
tlsutil
tools/internal-grpc-proxy
troubleshoot
types
ui ci: remove test-integrations CircleCI workflow (#16928) 2023-04-19 16:19:29 +00:00
version
website docs: update docs related to GH-16779 (#17020) 2023-04-17 23:41:31 +00:00
.copywrite.hcl Remove UI brand-loader copyright headers as they do not render appropriately (#16835) 2023-03-31 11:29:19 -04:00
.dockerignore
.gitattributes
.gitignore
.golangci.yml
CHANGELOG.md docs: update docs related to GH-16779 (#17020) 2023-04-17 23:41:31 +00:00
Dockerfile
GNUmakefile ci: remove test-integrations CircleCI workflow (#16928) 2023-04-19 16:19:29 +00:00
LICENSE
NOTICE.md
README.md
buf.work.yaml
fixup_acl_move.sh
go.mod Bump the golang.org/x/net to 0.7.0 to address CVE-2022-41723 (#16754) 2023-04-18 17:31:08 +00:00
go.sum Bump the golang.org/x/net to 0.7.0 to address CVE-2022-41723 (#16754) 2023-04-18 17:31:08 +00: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.