70 Commits (4d8e5a18bc1dd0d30012abd93b8224ca3f7483b0)

Author SHA1 Message Date
Freddy 2274f64cab
Add Namespace as an api query/write option (#6551) 5 years ago
Sarah Adams 8ff1f481fe
add flag to allow /operator/keyring requests to only hit local servers (#6279) 5 years ago
Pavel Drankov b3a0b273ed api: update link to agent caching in comments (#5935) 6 years ago
R.B. Boyer e47d7eeddb acl: adding support for kubernetes auth provider login (#5600) 6 years ago
R.B. Boyer cc1aa3f973 acl: adding Roles to Tokens (#5514) 6 years ago
Matt Keeler afa1cc98d1
Implement data filtering of some endpoints (#5579) 6 years ago
R.B. Boyer f4a3b9d518
fix typos reported by golangci-lint:misspell (#5434) 6 years ago
Grégoire Seux 4f62a3b528 Implement /v1/agent/health/service/<service name> endpoint (#3551) 6 years ago
Philipp Gillé 2de7fefedd Remove wrong space character (#4910) 6 years ago
Paul Banks dca1303d05 Connect Envoy Command (#4735) 6 years ago
Paul Banks 88388d760d Support Agent Caching for Service Discovery Results (#4541) 6 years ago
Matt Keeler c54b43bef3 PR Updates 6 years ago
Matt Keeler 3b6eef8ec6 Pass around an API Config object and convert to env vars for the managed proxy 6 years ago
Mitchell Hashimoto 77a8003475 api: change Connect to a query option 7 years ago
Paul Banks cd88b2a351
Basic `watch` support for connect proxy config and certificate endpoints. 7 years ago
Paul Banks 36dbd878c9
Adds `api` client code and tests for new Proxy Config endpoint, registering with proxy and seeing proxy config in /agent/services list. 7 years ago
Josh Soref 94835a2715 Spelling (#3958) 7 years ago
Anubhav Mishra 0813175340
fix typo 7 years ago
Veselkov Konstantin 7de57ba4de remove golint warnings 7 years ago
James Phillips 93f68555d0
Adds enable_agent_tls_for_checks configuration option which allows (#3661) 7 years ago
James Phillips 4a2cafe525
Adds HTTP/2 support to Consul's HTTPS server. (#3657) 7 years ago
Ryan Slade 85e4aea9d1 Replace time.Now().Sub(x) with time.Since(x) 7 years ago
James Bardin fea32fb7d7 retry locks on network errors (#3553) 7 years ago
Frank Schröder 12216583a1 New config parser, HCL support, multiple bind addrs (#3480) 7 years ago
Kyle Havlovitz 2ada0439d4
Add rpc_listener option to segment config 7 years ago
Illirgway e0cc1ce679 Fix bug with unused (replaced with "") CONSUL_HTTP_AUTH in some places 7 years ago
James Phillips 8d0a048408 Expands and rework context support in the API client. (#3273) 7 years ago
Preetha Appan 9eaf56bfe3 Fix socket file handle leaks from old blocking queries upon consul reload. This fixes issue #3018 8 years ago
Jared Wasinger d2ef61d079 Prevent Session.Destroy from leaving open TCP connections 8 years ago
Kyle Havlovitz 4e44db87e3
Don't overwrite Transport's TLS config if it's been set 8 years ago
Kyle Havlovitz 04f1ff78f8 Remove superfluous default HttpClient check in NewClient 8 years ago
Frank Schroeder 3e00e36f41 golint: Untangle if blocks with return in else 8 years ago
Kyle Havlovitz c6d0b4cf90 Make the API client's httpClient more pluggable (#2926) 8 years ago
Kyle Havlovitz ae6bf56ee1
Add tls client options to api/cli 8 years ago
Jeff Mitchell 44733caf5c Update unix dial functions to use DialContext with new go-cleanhttp 8 years ago
Kyle Havlovitz c9abafab92
Update docs and give better error for unknown client scheme 8 years ago
Kyle Havlovitz a7a6ee9f4c
Allow prefixing -http-addr with http/https schemes 8 years ago
Kyle Havlovitz bad037fb58
Cleanup and formatting adjustments 8 years ago
Kyle Havlovitz abdf1fbab3
Convert keyring command to use base.Command 8 years ago
Kyle Havlovitz 87c0283bb1
Update client api and docs for node metadata 8 years ago
James Phillips 9f7a973ace
Adds an `X-Consul-Translate-Addresses` to signal translation is enabled. 8 years ago
Hasyimi Bahrudin 105cea9bae Add api environment variables as constants for consistency 8 years ago
Hasyimi Bahrudin bb6bb19aad Remove redundant hardcoded environment variables 8 years ago
Jeff Mitchell f1a67836d8 Use header to send Consul token rather than query param. 8 years ago
James Phillips 0eb6279c5e Improves the comment for the Address field. 9 years ago
James Phillips 1cfed981b3 Adds TLS config helper to API client. 9 years ago
James Phillips abacccd6e5 Switches default for API client to pooled connections. 9 years ago
James Phillips 58fb27e70f Factors server error checking into a new function. 9 years ago
James Phillips c048c5aca6 Makes the API behave better with small wait values. 9 years ago
James Phillips ebff3fe0d0 Builds the insecure SSL transport off the clean default transport. 9 years ago