Consul is a distributed, highly available, and data center aware solution to connect and configure applications across dynamic, distributed infrastructure.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
freddygv 6d9be5fb15 Use plain TaggedAddressWAN 2 years ago
..
ae
auto-config
cache cache: prevent goroutine leak in agent cache (#14908) 2 years ago
cache-types ca: fix a masked bug in leaf cert generation that would not be notified of root cert rotation after the first one (#15005) 2 years ago
checks fix(checks): os_service OK message in output 2 years ago
config Refactor client RPC timeouts (#14965) 2 years ago
configentry Merge central config for GetEnvoyBootstrapParams (#14869) 2 years ago
connect Warn instead of returning an error when intermediate mount tune permission is missing 2 years ago
consul Use plain TaggedAddressWAN 2 years ago
debug
dns
exec
grpc-external peering: skip registering duplicate node and check from the peer (#14994) 2 years ago
grpc-internal gRPC server metrics (#14922) 2 years ago
grpc-middleware gRPC server metrics (#14922) 2 years ago
hcp adding configuration option cloud.scada_address (#14936) 2 years ago
local Merge pull request #13499 from maxb/delete-unused-metric 2 years ago
metadata Change serf-tag references to field references. 2 years ago
mock
pool Refactor client RPC timeouts (#14965) 2 years ago
proxycfg proxycfg: fix goroutine leak when service is re-registered (#14988) 2 years ago
proxycfg-glue Prevent consul peer-exports by discovery chain. 2 years ago
proxycfg-sources xds: properly merge central config for "agentless" services (#14962) 2 years ago
router
routine-leak-checker
rpc Remove ability to specify external addresses in GenerateToken endpoint (#14930) 2 years ago
rpcclient/health proxycfg-glue: server-local implementation of the `Health` interface 2 years ago
structs Refactor client RPC timeouts (#14965) 2 years ago
submatview proxycfg: terminate stream on irrecoverable errors 2 years ago
systemd
token
uiserver Enable/Disable Peering Support in the UI (#13816) 2 years ago
xds Extend tcp keepalive settings to work for terminating gateways as well 2 years ago
acl.go
acl_endpoint.go Revert getPathSuffixUnescaped (#13256) 3 years ago
acl_endpoint_legacy.go
acl_endpoint_legacy_test.go
acl_endpoint_test.go [OSS] Add new peering ACL rule (#13848) 2 years ago
acl_oss.go
acl_test.go chore: removed unused method AddService (#13905) 2 years ago
agent.go Refactor client RPC timeouts (#14965) 2 years ago
agent_endpoint.go Merge branch 'main' of github.com:hashicorp/consul into derekm/split-grpc-ports 2 years ago
agent_endpoint_oss.go
agent_endpoint_oss_test.go
agent_endpoint_test.go Use internal server certificate for peering TLS 2 years ago
agent_oss.go
agent_test.go Refactor client RPC timeouts (#14965) 2 years ago
apiserver.go
apiserver_test.go
catalog_endpoint.go [OSS] Support merge-central-config option in node services list API (#13450) 2 years ago
catalog_endpoint_oss.go
catalog_endpoint_test.go block PeerName register requests (#13887) 2 years ago
check.go
config_endpoint.go Revert getPathSuffixUnescaped (#13256) 3 years ago
config_endpoint_test.go
connect_auth.go
connect_ca_endpoint.go
connect_ca_endpoint_test.go
coordinate_endpoint.go Revert getPathSuffixUnescaped (#13256) 3 years ago
coordinate_endpoint_test.go
delegate_mock_test.go Move ACLResolveResult into acl/resolver package (#13467) 2 years ago
denylist.go
denylist_test.go
discovery_chain_endpoint.go Revert getPathSuffixUnescaped (#13256) 3 years ago
discovery_chain_endpoint_test.go Cluster peering failover disco chain changes (#14296) 2 years ago
dns.go Bind a dns mux handler to gRPC proxy 2 years ago
dns_oss.go Parse peer name for virtual IP DNS queries (#13602) 2 years ago
dns_test.go Bind a dns mux handler to gRPC proxy 2 years ago
enterprise_delegate_oss.go
event_endpoint.go Revert getPathSuffixUnescaped (#13256) 3 years ago
event_endpoint_test.go
federation_state_endpoint.go Revert getPathSuffixUnescaped (#13256) 3 years ago
health_endpoint.go Revert getPathSuffixUnescaped (#13256) 3 years ago
health_endpoint_test.go block PeerName register requests (#13887) 2 years ago
http.go Reuse http.DefaultTransport in UIMetricsProxy (#14521) 2 years ago
http_decode_test.go
http_oss.go
http_oss_test.go
http_register.go Add new internal endpoint to list exported services to a peer 2 years ago
http_test.go Add separate grpc_tls port. 2 years ago
intentions_endpoint.go oss: peering, http: get peer service intentions (#2098) 2 years ago
intentions_endpoint_oss_test.go
intentions_endpoint_test.go test: possibly fix flake in TestIntentionGetExact (#15021) 2 years ago
keyring.go
keyring_test.go
kvs_endpoint.go Fix KVSGet method to handle QueryOptions properly (#13344) 3 years ago
kvs_endpoint_test.go
metrics.go
metrics_test.go Middleware: `RequestRecorder` reports calls below 1ms as decimal value (#12905) 2 years ago
nodeid.go
nodeid_test.go
notify.go
notify_test.go
operator_endpoint.go
operator_endpoint_oss.go
operator_endpoint_test.go
peering_endpoint.go Support Stale Queries for Trust Bundle Lookups (#14724) 2 years ago
peering_endpoint_oss_test.go
peering_endpoint_test.go Remove ability to specify external addresses in GenerateToken endpoint (#14930) 2 years ago
prepared_query_endpoint.go Revert getPathSuffixUnescaped (#13256) 3 years ago
prepared_query_endpoint_test.go Add Cluster Peering Failover Support to Prepared Queries (#13835) 2 years ago
reload.go
remote_exec.go
remote_exec_test.go
retry_join.go add HCP integration component (#14723) 2 years ago
retry_join_test.go add HCP integration component (#14723) 2 years ago
service_checks_test.go Service http checks data source for agentless proxies (#14924) 2 years ago
service_manager.go Merge central config for GetEnvoyBootstrapParams (#14869) 2 years ago
service_manager_test.go
session_endpoint.go Revert getPathSuffixUnescaped (#13256) 3 years ago
session_endpoint_test.go
setup.go Refactor client RPC timeouts (#14965) 2 years ago
setup_oss.go
sidecar_service.go PR #14057 follow up fix: service id parsing from sidecar id (#14541) 2 years ago
sidecar_service_test.go PR #14057 follow up fix: service id parsing from sidecar id (#14541) 2 years ago
signal_unix.go
signal_windows.go
snapshot_endpoint.go
snapshot_endpoint_test.go
status_endpoint.go
status_endpoint_test.go
streaming_test.go
testagent.go Use internal server certificate for peering TLS 2 years ago
testagent_test.go
translate_addr.go
txn_endpoint.go Merge pull request #13388 from deblasis/feature/health-checks_windows_service 2 years ago
txn_endpoint_test.go increase the size of txn to support vault (#14599) 2 years ago
ui_endpoint.go Add new internal endpoint to list exported services to a peer 2 years ago
ui_endpoint_oss_test.go
ui_endpoint_test.go Rename `PeerName` to `Peer` on prepared queries and exported services (#14854) 2 years ago
user_event.go
user_event_test.go chore: removed unused method AddService (#13905) 2 years ago
util.go
util_test.go
watch_handler.go
watch_handler_test.go