Consul is a distributed, highly available, and data center aware solution to connect and configure applications across dynamic, distributed infrastructure.
 
 
 
 
 
 
Go to file
skpratt e5808d85f7
register traffic permission and workload identity types (#18704)
* add workload identity and traffic permission protos

* register new types

* add generated pb code

* fix exports.go path

* add proto newlines

* fix type name

Co-authored-by: Eric Haberkorn <erichaberkorn@gmail.com>

* address review

* fix protos and add tests

* fix validation constraints

* add tests

---------

Co-authored-by: Eric Haberkorn <erichaberkorn@gmail.com>
2023-09-14 12:40:54 -05:00
.changelog Vault CA provider clean up previous default issuers (#18773) 2023-09-13 19:33:02 +00:00
.github Disable docs change CI skip detection (#18775) 2023-09-13 17:27:02 +00:00
.release
acl Add workload identity ACL rules (#18769) 2023-09-12 17:22:51 -04:00
agent register traffic permission and workload identity types (#18704) 2023-09-14 12:40:54 -05:00
api delete command ready (#18679) 2023-09-13 11:48:40 -07:00
bench
build-support [NET-5574] Update Go version to 1.20.8 (#18742) 2023-09-12 11:40:51 -04:00
command delete command ready (#18679) 2023-09-13 11:48:40 -07:00
connect
contributing
docs update guide to reflect tenancy and scope (#18687) 2023-09-06 11:11:43 -04:00
envoyextensions Net-2713/resource apply command (#18610) 2023-09-08 12:20:14 -04:00
grafana
internal register traffic permission and workload identity types (#18704) 2023-09-14 12:40:54 -05:00
ipaddr
lib
logging Run copyright after running deep-copy as part of the Makefile/CI (#18741) 2023-09-11 13:50:52 -04:00
proto xds controller: setup watches for and compute leaf cert references in ProxyStateTemplate, and wire up leaf cert manager dependency (#18756) 2023-09-12 12:56:43 -07:00
proto-public register traffic permission and workload identity types (#18704) 2023-09-14 12:40:54 -05:00
sdk
sentinel
service_os
snapshot
test Windows Integration Test Changes (#18758) 2023-09-13 15:40:08 +05:30
test-integ Run copyright after running deep-copy as part of the Makefile/CI (#18741) 2023-09-11 13:50:52 -04:00
testing/deployer ENT port: test-integ/peering: peer through mesh gateway [NET-4609] (#18605) 2023-09-08 12:04:56 -04:00
testrpc
tlsutil
tools/internal-grpc-proxy
troubleshoot Net-2713/resource apply command (#18610) 2023-09-08 12:20:14 -04:00
types
ui feat: copy edits for built-in policy alert (#18655) 2023-09-01 13:58:03 -07:00
version
website Removes errant word in docs that was breaking the build (#18804) 2023-09-14 16:37:30 +00:00
.copywrite.hcl
.dockerignore
.gitignore
.golangci.yml dataplane: Allow getting bootstrap parameters when using V2 APIs (#18504) 2023-09-06 16:46:25 -06:00
CHANGELOG.md
Dockerfile
Dockerfile-windows
LICENSE
Makefile Run copyright after running deep-copy as part of the Makefile/CI (#18741) 2023-09-11 13:50:52 -04:00
NOTICE.md
README.md
buf.work.yaml
fixup_acl_move.sh
go.mod mesh: create new routes-controller to reconcile xRoute types into a ComputedRoutes resource (#18460) 2023-09-12 12:08:51 -05:00
go.sum [NET-5325] ACL templated policies support in tokens and roles (#18708) 2023-09-08 12:45:24 +00: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 within Consul, for storing configuration parameters and application metadata.

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.