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.
consul/agent
Daniel Nephin 9d5ab443a7
Merge pull request #7689 from hashicorp/dnephin/remove-deadcode-1
5 years ago
..
ae agent: ensure node info sync and full sync. (#7189) 5 years ago
agentpb server: strip local ACL tokens from RPCs during forwarding if crossing datacenters (#7419) 5 years ago
cache agent/cache: remove error return from fetch 5 years ago
cache-types Gateway Services Nodes UI Endpoint (#7685) 5 years ago
checks feat: support sending body in HTTP checks (#6602) 5 years ago
config agent/config: include Audit struct as a pointer on Config, fix tests 5 years ago
connect ci: Run all connect/ca tests from the integration suite 5 years ago
consul acl: add auth method for JWTs (#7846) 5 years ago
debug
exec
local Fix check deletion in anti-entropy sync (#7690) 5 years ago
metadata wan federation via mesh gateways (#6884) 5 years ago
mock
pool rpc: oss changes for network area connection pooling (#7735) 5 years ago
proxycfg Merge pull request #7759 from hashicorp/ingress/tls-hosts 5 years ago
router network_segments: stop advertising segment tags 5 years ago
structs Merge pull request #7819 from hashicorp/dnephin/remove-t.Parallel-1 5 years ago
systemd
token Updates to allow for using an enterprise specific token as the agents token 5 years ago
xds Merge pull request #7759 from hashicorp/ingress/tls-hosts 5 years ago
acl.go
acl_endpoint.go test: move some test helpers over from enterprise (#7754) 5 years ago
acl_endpoint_legacy.go
acl_endpoint_legacy_test.go Remove name from NewTestAgent 5 years ago
acl_endpoint_test.go acl: add auth method for JWTs (#7846) 5 years ago
acl_test.go agent: Remove unused Encrypted from interface 5 years ago
agent.go Add TLS option and DNS SAN support to ingress config 5 years ago
agent_endpoint.go agent/structs: Remove ServiceID.Init and CheckID.Init 5 years ago
agent_endpoint_test.go Rename NewTestAgentWithFields to StartTestAgent 5 years ago
agent_oss.go Some boilerplate to allow for ACL Bootstrap disabling configurability 5 years ago
agent_test.go agent: show warning when enable_script_checks is enabled without safty net (#7437) 5 years ago
bindata_assetfs.go update bindata_assetfs.go 5 years ago
blacklist.go
blacklist_test.go
catalog_endpoint.go Catalog + Namespace OSS changes. (#7219) 5 years ago
catalog_endpoint_test.go Remove name from NewTestAgent 5 years ago
check.go
config_endpoint.go Small refactoring to move meta parsing into the switch statement (#7170) 5 years ago
config_endpoint_test.go Expect default enterprise metadata in gateway tests (#7664) 5 years ago
connect_auth.go
connect_ca_endpoint.go
connect_ca_endpoint_test.go Remove name from NewTestAgent 5 years ago
coordinate_endpoint.go
coordinate_endpoint_test.go Remove name from NewTestAgent 5 years ago
discovery_chain_endpoint.go Remove deadcode 5 years ago
discovery_chain_endpoint_test.go Remove name from NewTestAgent 5 years ago
dns.go Ingress Gateways for TCP services (#7509) 5 years ago
dns_oss.go
dns_test.go Require individual services in ingress entry to match protocols (#7774) 5 years ago
enterprise_delegate_oss.go
event_endpoint.go
event_endpoint_test.go Remove name from NewTestAgent 5 years ago
federation_state_endpoint.go wan federation via mesh gateways (#6884) 5 years ago
health_endpoint.go Catalog + Namespace OSS changes. (#7219) 5 years ago
health_endpoint_test.go Remove name from NewTestAgent 5 years ago
http.go agent: remove deadcode that called lib.TranslateKeys 5 years ago
http_decode_test.go Remove deadcode 5 years ago
http_oss.go agent: stub out auditing functionality in OSS 5 years ago
http_oss_test.go Remove name from NewTestAgent 5 years ago
http_register.go Gateway Services Nodes UI Endpoint (#7685) 5 years ago
http_test.go Rename NewTestAgentWithFields to StartTestAgent 5 years ago
intentions_endpoint.go Fix a couple bugs regarding intentions with namespaces (#7169) 5 years ago
intentions_endpoint_test.go Remove name from NewTestAgent 5 years ago
keyring.go agent: sensible keyring error (#7272) 5 years ago
keyring_test.go Rename NewTestAgentWithFields to StartTestAgent 5 years ago
kvs_endpoint.go docs: add docs for kv_max_value_size (#7405) 5 years ago
kvs_endpoint_test.go Remove name from NewTestAgent 5 years ago
notify.go
notify_test.go
operator_endpoint.go
operator_endpoint_test.go Remove name from NewTestAgent 5 years ago
prepared_query_endpoint.go
prepared_query_endpoint_test.go Remove name from NewTestAgent 5 years ago
remote_exec.go
remote_exec_test.go Remove name from NewTestAgent 5 years ago
retry_join.go wan federation via mesh gateways (#6884) 5 years ago
retry_join_test.go wan federation via mesh gateways (#6884) 5 years ago
service_checks_test.go Remove name from NewTestAgent 5 years ago
service_manager.go Enable CLI to register terminating gateways (#7500) 5 years ago
service_manager_test.go Rename NewTestAgentWithFields to StartTestAgent 5 years ago
session_endpoint.go Fix session backwards incompatibility with 1.6.x and earlier. 5 years ago
session_endpoint_test.go Remove name from NewTestAgent 5 years ago
sidecar_service.go wan federation via mesh gateways (#6884) 5 years ago
sidecar_service_test.go Rename NewTestAgentWithFields to StartTestAgent 5 years ago
signal_unix.go
signal_windows.go
snapshot_endpoint.go Remove SnapshotRPC passthrough 5 years ago
snapshot_endpoint_test.go Remove name from NewTestAgent 5 years ago
status_endpoint.go
status_endpoint_test.go Remove name from NewTestAgent 5 years ago
testagent.go Rename NewTestAgentWithFields to StartTestAgent 5 years ago
testagent_test.go
translate_addr.go
txn_endpoint.go docs: add docs for kv_max_value_size (#7405) 5 years ago
txn_endpoint_test.go Remove name from NewTestAgent 5 years ago
ui_endpoint.go Gateway Services Nodes UI Endpoint (#7685) 5 years ago
ui_endpoint_test.go Gateway Services Nodes UI Endpoint (#7685) 5 years ago
user_event.go agent: ensure that we always use the same settings for msgpack (#7245) 5 years ago
user_event_test.go Remove name from NewTestAgent 5 years ago
util.go agent: ensure that we always use the same settings for msgpack (#7245) 5 years ago
util_test.go Fixed unstable test TestForwardSignals() 5 years ago
watch_handler.go
watch_handler_test.go