Go to file
Valeriia Ruban 1d64c98c51
[UI]: update Ember to 3.27 (#16227)
* Upgrade to 3.25 via ember-cli-update

* v3.25.3...v3.26.1

* v3.26.1...v3.27.0


Co-authored-by: Michael Klein <michael@firstiwaslike.com>
2023-02-10 13:32:19 -08:00
.changelog [UI]: update Ember to 3.27 (#16227) 2023-02-10 13:32:19 -08:00
.circleci Rotate Circle CI SSH Key (#16178) 2023-02-06 17:09:24 -06:00
.github docs: Migrate link formats (#15976) 2023-01-25 08:52:43 -08:00
.release
acl Synthesize anonymous token pre-bootstrap when needed (#16200) 2023-02-09 20:34:02 +00:00
agent [API Gateway] Update simple test to leverage intentions and multiple listeners (#16228) 2023-02-10 21:13:44 +00:00
api Synthesize anonymous token pre-bootstrap when needed (#16200) 2023-02-09 20:34:02 +00:00
bench
build-support refactor: remove troubleshoot module dependency on consul top level module (#16162) 2023-02-06 09:14:35 -08:00
command troubleshoot: make output have tables and colors (#16235) 2023-02-10 11:12:13 -08:00
connect
contributing
docs Adding experimental support for a more efficient LogStore implementation (#16176) 2023-02-08 16:50:22 +00:00
envoyextensions update the api in envoyextensions and troubleshoot modules (#16226) 2023-02-09 15:39:03 -08:00
grafana
internal
ipaddr
lib Net 2229/rpc reduce max retries 2 (#16165) 2023-02-06 14:07:41 -05:00
logging Run config entry controller routines on leader (#16054) 2023-01-25 12:21:46 -06:00
proto API Gateway to Ingress Gateway Snapshot Translation and Routes to Virtual Routers and Splitters (#16127) 2023-02-09 17:58:55 +00:00
proto-public Implement APIGateway proxycfg snapshot (#16194) 2023-02-08 15:52:12 -06:00
sdk
sentinel
service_os
snapshot
test [API Gateway] Update simple test to leverage intentions and multiple listeners (#16228) 2023-02-10 21:13:44 +00:00
testrpc
tlsutil
tools/internal-grpc-proxy
troubleshoot update the api in envoyextensions and troubleshoot modules (#16226) 2023-02-09 15:39:03 -08:00
types
ui [UI]: update Ember to 3.27 (#16227) 2023-02-10 13:32:19 -08:00
version
website Fix typo in checks.mdx (#16187) 2023-02-09 10:20:00 -08:00
.dockerignore
.gitattributes
.gitignore
.golangci.yml
CHANGELOG.md Changelog for Consul 1.14.4, 1.13.6, and 1.12.9 (#16098) 2023-01-27 16:41:07 -06:00
Dockerfile
GNUmakefile Set `codegen-tools` to be a dependency of `deep-copy` (#16124) 2023-02-06 16:23:46 +00:00
LICENSE
NOTICE.md
README.md
Vagrantfile
fixup_acl_move.sh
go.mod troubleshoot: make output have tables and colors (#16235) 2023-02-10 11:12:13 -08:00
go.sum troubleshoot: make output have tables and colors (#16235) 2023-02-10 11:12:13 -08: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.