R.B. Boyer
3e6f1c1fe1
* remove v2 tenancy, catalog, and mesh - Inline the v2tenancy experiment to false - Inline the resource-apis experiment to false - Inline the hcp-v2-resource-apis experiment to false - Remove ACL policy templates and rule language changes related to workload identities (a v2-only concept) (e.g. identity and identity_prefix) - Update the gRPC endpoint used by consul-dataplane to no longer respond specially for v2 - Remove stray v2 references scattered throughout the DNS v1.5 newer implementation. * changelog * go mod tidy on consul containers * lint fixes from ENT --------- Co-authored-by: John Murret <john.murret@hashicorp.com> |
3 months ago | |
---|---|---|
.. | ||
acl |
…
|
|
cli |
…
|
|
client-agent |
…
|
|
cluster-federation |
…
|
|
cluster-membership |
…
|
|
config | OSS -> CE (community edition) changes (#18517) | 1 year ago |
contributing |
…
|
|
debug |
…
|
|
http-api |
…
|
|
persistence | Add diagrams for write flow through Raft (#20948) | 8 months ago |
rpc |
…
|
|
service-discovery |
…
|
|
service-mesh | docs: add envoy to the proxycfg diagram (#16834) | 2 years ago |
v2-architecture | remove v2 tenancy, catalog, and mesh (#21592) | 3 months ago |
README.md | ci: test BPA 0.4.1 with no-op doc change (#21091) | 6 months ago |
consul-mermaid-theme.json |
…
|
|
faq.md |
…
|
|
overview.mmd |
…
|
|
overview.svg |
…
|
README.md
Consul Developer Documentation
See our contributing guide to get started.
This directory contains documentation intended for anyone interested in understanding, and contributing changes to, the Consul codebase.
Overview
This documentation is organized into the following categories. Each category is either a significant architectural layer, or major functional area of Consul. These documents assume a basic understanding of Consul's feature set, which can be found in the public user documentation.
Contents
- Command-Line Interface (CLI)
- HTTP API
- Agent Configuration
- RPC
- Cluster Persistence
- V2 Architecture
- Client Agent
- Service Discovery
- Service Mesh (Connect)
- Cluster Membership
- Key/Value Store
- ACL
- Multi-Cluster Federation
Also see the FAQ.
Other Docs
Important Directories
Most top level directories contain Go source code. The directories listed below contain other important source related to Consul.
- ui contains the source code for the Consul UI.
- website contains the source for consul.io. A pull requests can update the source code and Consul's documentation at the same time.
- .github contains the source for our CI and GitHub repository automation.
- .changelog contains markdown files that are used by hashicorp/go-changelog to produce the CHANGELOG.md.
- build-support contains bash functions and scripts used to automate. development tasks. Generally these scripts are called from the Makefile.
- grafana contains the source for a Grafana dashboard that can be used to monitor Consul.
Contributing to these docs
This section is meta documentation about contributing to these docs.
Diagrams
The diagrams in these documents are created using the mermaid-js live editor. The mermaid-js docs provide a complete reference for how to create and edit the diagrams. Use the consul-mermaid-theme.json (paste it into the Config tab in the editor) to maintain a consistent Consul style for the diagrams.