Go to file
Valeriia Ruban 64f5e20793
fix: add AccessorID property to PUT token request (#16660)
2023-03-16 18:57:59 -07:00
.changelog fix: add AccessorID property to PUT token request (#16660) 2023-03-16 18:57:59 -07:00
.circleci NET-2954: Improve integration tests CI execution time (#16565) 2023-03-08 11:00:23 -05:00
.github Tune 404 checker to exclude false-positives and use intended file path (#16636) 2023-03-15 15:27:43 +00:00
.release add back staging bits (#16411) 2023-02-23 19:39:40 -06:00
acl
agent fix confusing spiffe ids in golden tests (#16643) 2023-03-15 14:30:36 -04:00
api net 2731 ip config entry OSS version (#16642) 2023-03-15 11:21:24 -07:00
bench
build-support
command Allow HCP metrics collection for Envoy proxies 2023-03-10 13:52:54 -07:00
connect
contributing
docs
envoyextensions Bump submodules from latest 1.15.1 patch release (#16578) 2023-03-08 14:37:50 -06:00
grafana
internal Basic resource type registry (#16622) 2023-03-14 13:30:25 -05:00
ipaddr
lib Suppress AlreadyRegisteredError to fix test retries (#16501) 2023-03-02 12:08:03 -05:00
logging
proto allow setting locality on services and nodes (#16581) 2023-03-10 09:36:15 -05:00
proto-public GRPC stub for the ResourceService (#16528) 2023-03-09 13:40:23 -06:00
sdk allow setting locality on services and nodes (#16581) 2023-03-10 09:36:15 -05:00
sentinel
service_os
snapshot
test Add in query options for catalog service existing in a specific (#16652) 2023-03-16 18:11:24 +00:00
testrpc
tlsutil
tools/internal-grpc-proxy
troubleshoot Bump submodules from latest 1.15.1 patch release (#16578) 2023-03-08 14:37:50 -06:00
types
ui fix: add AccessorID property to PUT token request (#16660) 2023-03-16 18:57:59 -07:00
version cli: remove stray whitespace when loading the consul version from the VERSION file (#16467) 2023-02-28 14:37:52 -06:00
website First cluster grpc service should be NodePort for the second cluster to connect (#16430) 2023-03-16 16:43:19 +00:00
.copywrite.hcl Add UI copyright headers files (#16614) 2023-03-14 09:18:55 -04:00
.dockerignore
.gitattributes
.gitignore
.golangci.yml
CHANGELOG.md Update changelog with patch releases (#16576) 2023-03-08 19:32:22 +00:00
Dockerfile
GNUmakefile
LICENSE
NOTICE.md
README.md
buf.work.yaml
fixup_acl_move.sh
go.mod Bump submodules from latest 1.15.1 patch release (#16578) 2023-03-08 14:37:50 -06:00
go.sum support vault auth config for alicloud ca provider 2023-03-07 03:02:05 +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.