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
Miguel Prokop 6852dec3f2
agent: Fix script quoting on windows (#1875)
7 years ago
..
consul Return nil instead of empty list when returning a PermissionDenied error, updated unit test 7 years ago
mock agent: replace docker check 7 years ago
pool agent: move conn pool for muxed connections into separate pkg 8 years ago
systemd agent: notify systemd after JoinLAN (#2121) 8 years ago
token Adds support for agent-side ACL token management via API instead of config files. (#3324) 7 years ago
acl.go Adds support for agent-side ACL token management via API instead of config files. (#3324) 7 years ago
acl_endpoint.go Changes ACL clone response to 403 if not authorized, or if token doesn't exist. (#3275) 7 years ago
acl_endpoint_test.go Changes ACL clone response to 403 if not authorized, or if token doesn't exist. (#3275) 7 years ago
acl_test.go Adds node read privileges to the acl_agent_master_token. (#3277) 7 years ago
agent.go Moved handling advertise address to readConfig and out of the agent's constructor, plus unit test fixes 7 years ago
agent_endpoint.go Adds support for agent-side ACL token management via API instead of config files. (#3324) 7 years ago
agent_endpoint_test.go Adds support for agent-side ACL token management via API instead of config files. (#3324) 7 years ago
agent_test.go Moved handling advertise address to readConfig and out of the agent's constructor, plus unit test fixes 7 years ago
bindata_assetfs.go UI cleanup follow up from #3245. (#3251) 7 years ago
blacklist.go Adds the ability to blacklist specific HTTP endpoints. (#3252) 7 years ago
blacklist_test.go Adds the ability to blacklist specific HTTP endpoints. (#3252) 7 years ago
catalog_endpoint.go agent: refactor: make address translation part of the agent 7 years ago
catalog_endpoint_test.go rpc: monkey patch fix for data races for localState 7 years ago
check.go agent: replace docker check 7 years ago
check_test.go agent: replace docker check 7 years ago
config.go agent: use github.com/hashicorp/go-discover 7 years ago
config_test.go agent: use github.com/hashicorp/go-discover 7 years ago
coordinate_endpoint.go pkg refactor 8 years ago
coordinate_endpoint_test.go pkg refactor 8 years ago
dns.go Adds support for agent-side ACL token management via API instead of config files. (#3324) 7 years ago
dns_test.go agent: fix data races with registerEndpoint 7 years ago
docker.go agent: make docker client work on windows 7 years ago
docker_unix.go agent: make docker client work on windows 7 years ago
docker_windows.go agent: replace docker check 7 years ago
event_endpoint.go pkg refactor 8 years ago
event_endpoint_test.go pkg refactor 8 years ago
health_endpoint.go agent: refactor: make address translation part of the agent 7 years ago
health_endpoint_test.go pkg refactor 8 years ago
http.go Adds support for agent-side ACL token management via API instead of config files. (#3324) 7 years ago
http_test.go Adds support for agent-side ACL token management via API instead of config files. (#3324) 7 years ago
keyring.go Prevents disabling gossip keyring file from disabling gossip encryption. (#3278) 7 years ago
keyring_test.go Prevents disabling gossip keyring file from disabling gossip encryption. (#3278) 7 years ago
kvs_endpoint.go pkg refactor 8 years ago
kvs_endpoint_test.go pkg refactor 8 years ago
local.go Adds support for agent-side ACL token management via API instead of config files. (#3324) 7 years ago
local_test.go Removed extra newlines 7 years ago
notify.go agent: move NotifyGroup into the agent pkg 8 years ago
notify_test.go agent: move NotifyGroup into the agent pkg 8 years ago
operator_endpoint.go Fix UpgradeVersionTag field not being passed correctly (#3304) 7 years ago
operator_endpoint_test.go pkg refactor 8 years ago
prepared_query_endpoint.go agent: refactor: make address translation part of the agent 7 years ago
prepared_query_endpoint_test.go agent: fix data races with registerEndpoint 7 years ago
remote_exec.go Adds support for agent-side ACL token management via API instead of config files. (#3324) 7 years ago
remote_exec_test.go Changes remote exec KV read to call GetTokenForAgent(). (#3283) 7 years ago
retry_join.go agent: use github.com/hashicorp/go-discover 7 years ago
retry_join_test.go agent: use github.com/hashicorp/go-discover 7 years ago
session_endpoint.go Cleans up version 8 ACLs in the agent and the docs. (#3248) 7 years ago
session_endpoint_test.go Cleans up version 8 ACLs in the agent and the docs. (#3248) 7 years ago
snapshot_endpoint.go pkg refactor 8 years ago
snapshot_endpoint_test.go pkg refactor 8 years ago
status_endpoint.go pkg refactor 8 years ago
status_endpoint_test.go pkg refactor 8 years ago
testagent.go Moved handling advertise address to readConfig and out of the agent's constructor, plus unit test fixes 7 years ago
translate_addr.go agent: refactor: make address translation part of the agent 7 years ago
txn_endpoint.go pkg refactor 8 years ago
txn_endpoint_test.go pkg refactor 8 years ago
ui_endpoint.go agent: fix go vet issue 7 years ago
ui_endpoint_test.go pkg refactor 8 years ago
user_event.go pkg refactor 8 years ago
user_event_test.go pkg refactor 8 years ago
util.go agent: Fix script quoting on windows (#1875) 7 years ago
util_other.go agent: Fix script quoting on windows (#1875) 7 years ago
util_test.go pkg refactor 8 years ago
util_windows.go agent: Fix script quoting on windows (#1875) 7 years ago
watch_handler.go pkg refactor 8 years ago
watch_handler_test.go pkg refactor 8 years ago