Go to file
Gerard Nguyen 3ad17ed6b8
Show latest config in /v1/agent/self (#18716)
* Show latest config in /v1/agent/self

* remove license string in backport
2023-09-12 09:38:17 -04:00
.changelog Show latest config in /v1/agent/self (#18716) 2023-09-12 09:38:17 -04:00
.github Release 1.16.x reduce runner sizes and concurrency (#18674) 2023-09-06 10:14:16 -04:00
.release [BACKPORT] 1.16.x manual backport of OSS->CE branch (#18549) 2023-08-23 11:53:44 -05:00
acl [BACKPORT] 1.16.x manual backport of OSS->CE branch (#18549) 2023-08-23 11:53:44 -05:00
agent Show latest config in /v1/agent/self (#18716) 2023-09-12 09:38:17 -04:00
api Backport of NET-5530 Support response header modifiers on http-route config entry into release/1.16.x (#18725) 2023-09-08 20:17:35 +00:00
bench
build-support [BACKPORT] 1.16.x manual backport of OSS->CE branch (#18549) 2023-08-23 11:53:44 -05:00
command Backport of Removed nodename and status from consul snapshot save -append-filename command and using leader version in version into release/1.16.x (#18686) 2023-09-06 10:56:39 +00:00
connect
contributing
docs [BACKPORT] 1.16.x manual backport of OSS->CE branch (#18549) 2023-08-23 11:53:44 -05:00
envoyextensions fix: go sum revert (#18389) 2023-08-04 18:10:54 -04:00
grafana
internal [BACKPORT] 1.16.x manual backport of OSS->CE branch (#18549) 2023-08-23 11:53:44 -05:00
ipaddr
lib [BACKPORT] 1.16.x manual backport of OSS->CE branch (#18549) 2023-08-23 11:53:44 -05:00
logging Backport of Net 3181 consul gh issue 15709 allow log file naming like nomad - fix bug into release/1.16.x (#18642) 2023-09-04 17:09:59 +05:30
proto Backport of NET-5530 Support response header modifiers on http-route config entry into release/1.16.x (#18725) 2023-09-08 20:17:35 +00:00
proto-public Backport of [NET-5146] security: Update Go version to 1.20.7 and `x/net` to 0.13.0 into release/1.16.x (#18363) 2023-08-02 18:36:08 +00:00
sdk Backport of [NET-5163] Support locality testing in consul-container into release/1.16.x (#18503) 2023-08-17 15:09:30 +00:00
sentinel [BACKPORT] 1.16.x manual backport of OSS->CE branch (#18549) 2023-08-23 11:53:44 -05:00
service_os
snapshot
test Backport of NET-5530 Support response header modifiers on http-route config entry into release/1.16.x (#18725) 2023-09-08 20:17:35 +00:00
testrpc
tlsutil
tools/internal-grpc-proxy
troubleshoot fix: go sum revert (#18389) 2023-08-04 18:10:54 -04:00
types
ui Backport of feat: copy edits for built-in policy alert into release/1.16.x (#18751) 2023-09-11 21:30:14 +00:00
version build: updates for 1.16.1 release (#18414) 2023-08-09 14:19:10 -04:00
website Backport of k8s: Update audit-logging docs to include K8s examples into release/1.16.x (#18733) 2023-09-10 18:18:10 +00:00
.copywrite.hcl
.dockerignore
.gitattributes
.gitignore
.golangci.yml [BACKPORT] 1.16.x manual backport of OSS->CE branch (#18549) 2023-08-23 11:53:44 -05:00
CHANGELOG.md Backport of Add known issue notice for #18636. into release/1.16.x (#18653) 2023-09-01 20:38:37 +00:00
Dockerfile Backport of Bump Alpine to 3.18 into release/1.16.x (#17725) 2023-06-14 01:17:02 +00:00
GNUmakefile Show latest config in /v1/agent/self (#18716) 2023-09-12 09:38:17 -04:00
LICENSE
NOTICE.md
README.md manual backport of #18301 (#18497) 2023-08-17 02:22:48 +00:00
buf.work.yaml
fixup_acl_move.sh
go.mod release: bump submodules versions in root consul module 2023-08-04 17:37:34 -04:00
go.sum fix: go sum revert (#18389) 2023-08-04 18:10:54 -04:00
main.go

README.md

Consul logo Consul

License: BUSL-1.1 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.

  • Dynamic App Configuration - An HTTP API that allows users to store indexed objects, like configuration parameters and application metadata, within Consul.

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.