Go to file
Derek Menteer f3be5d9b80
Fix issue with trust bundle read ACL check. (#16630)
This commit fixes an issue where trust bundles could not be read
by services in a non-default namespace, unless they had excessive
ACL permissions given to them.

Prior to this change, `service:write` was required in the default
namespace in order to read the trust bundle. Now, `service:write`
to a service in any namespace is sufficient.
2023-03-14 12:24:33 -05:00
.changelog Fix issue with trust bundle read ACL check. (#16630) 2023-03-14 12:24:33 -05:00
.circleci
.github Create a weekly 404 checker for all Consul docs content (#16603) 2023-03-10 14:13:14 -06:00
.release
acl
agent Fix issue with trust bundle read ACL check. (#16630) 2023-03-14 12:24:33 -05:00
api Add sameness-group configuration entry. (#16608) 2023-03-13 16:19:11 -05:00
bench
build-support
command Allow HCP metrics collection for Envoy proxies 2023-03-10 13:52:54 -07:00
connect
contributing
docs
envoyextensions
grafana
internal
ipaddr
lib
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 namespace file with build tag for OSS gateway tests (#16590) 2023-03-09 20:46:02 +00:00
testrpc
tlsutil
tools/internal-grpc-proxy
troubleshoot
types
ui Add UI copyright headers files (#16614) 2023-03-14 09:18:55 -04:00
version
website Docs discovery typo (#16628) 2023-03-14 08:49:48 -07:00
.copywrite.hcl Add UI copyright headers files (#16614) 2023-03-14 09:18:55 -04:00
.dockerignore
.gitattributes
.gitignore
.golangci.yml
CHANGELOG.md
Dockerfile
GNUmakefile
LICENSE
NOTICE.md
README.md
buf.work.yaml
fixup_acl_move.sh
go.mod
go.sum
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.