COMMITS
/ api/client.go June 8, 2020
B
document response wrapping behavior (#8156)
Billie Cleek committed
May 8, 2020
J
Update comment in client about canceling the WithTimeout context
Jeff Mitchell committed
March 11, 2020
D
Fix SRV Lookups (#8520)
Daniel Spangenberg committed
January 9, 2020
B
Add Kerberos auth agent (#7999)
Becca Petrin committed
December 16, 2019
M
Fix SRV lookup if address scheme is known (#8016)
Michel Vocks committed
November 6, 2019
J
Revert change suggested by vet. See the comment for details. (#7815)
Jeff Mitchell committed
November 5, 2019
J
Fix some vet issues in api package (#7789)
Jeff Mitchell committed
October 28, 2019
J
support setting the API client retry policy (#7331)
Joe Dollard committed
October 17, 2019
N
Do not allow the same header map to be shared across requests. (#7690)
ncabatoff committed
October 11, 2019
M
Vault Agent Cache Auto-Auth SSRF Protection (#7627)
Mike Jarmy committed
September 13, 2019
July 17, 2019
J
Add backwards compat support for API env vars (#7135)
Jeff Mitchell committed
April 12, 2019
J
Create sdk/ and api/ submodules (#6583)
Jeff Mitchell committed
April 8, 2019
J
Remove some instances of potential recursive locking (#6548)
Jeff Mitchell committed
March 25, 2019
N
api.NewClient() now uses $VAULT_NAMESPACE as an input. (#6470)
ncabatoff committed
March 5, 2019
V
Explicit setting of url fields (#6349)
Vishal Nayak committed
February 28, 2019
V
Support reading Vault's address from Agent's config file (#6306)
Vishal Nayak committed
February 19, 2019
V
Agent Cache: Some review feedback (#6257)
Vishal Nayak committed
February 15, 2019
V
address some review back (#6237)
Vishal Nayak committed
V
Vault Agent Cache (#6220)
Vishal Nayak committed
February 1, 2019
J
Add the ability to print curl commands from CLI (#6113)
Jeff Mitchell committed
January 9, 2019
J
Run goimports across the repository (#6010)
Jim Kalafut committed
November 9, 2018
S
Use a pooled HTTP client for the Vault CLI (#5734)
Sander van Harmelen committed
November 7, 2018
B
Run all builtins as plugins (#5536)
Becca Petrin committed
November 1, 2018
J
Update comment on API client's clone method
Jeff Mitchell committed
August 22, 2018
J
Sync some ns stuff to api/command
Jeff Mitchell committed
August 9, 2018
J
Add headers accessor and ns function
Jeff Mitchell committed
July 24, 2018
B
API: Add context to each raw request call (#4987)
Brian Kassouf committed
June 1, 2018
J
Clean up request logic and use retryable's more efficient handling (#4670)
Jeff Mitchell committed
May 25, 2018
J
Redo API client locking (#4551)
Jeff Mitchell committed
May 11, 2018
R
Client side rate limiting (#4421)
Robbie McKinstry committed
May 10, 2018
J
Fix response wrapping from K/V version 2 (#4511)
Jeff Mitchell committed
May 9, 2018
J
Change retry timing to be a little less long
Jeff Mitchell committed
J
Adjust MaxRetries for retryablehttp
Jeff Mitchell committed
J
Update go-retryablehttp and use PassthroughErrorHandler
Jeff Mitchell committed
J
Update go-retryablehttp vendor
Jeff Mitchell committed
April 5, 2018
V
Errwrap everywhere (#4252)
Vishal Nayak committed
January 25, 2018
J
Don't allow non-printable characters in the API client's token (#3841)
Jeff Mitchell committed
November 10, 2017
J
Make -client-cert and -client-key work when the server doesn't know (#3568)
Jeff Mitchell committed
J
Populate config error in three node test function
Jeff Mitchell committed
November 6, 2017
J
Minor client refactoring (#3539)
Jeff Mitchell committed
November 2, 2017
J
Redo API locking (#3508)
Jeff Mitchell committed
October 27, 2017
J
Only call ConfigureTransport if "h2" is not already in NextProtos.
Jeff Mitchell committed
October 23, 2017
J
More syncing
Jeff Mitchell committed
October 10, 2017
B
do not panic when Client.Transport is not *http.Transport (#3440)
Billie Cleek committed
October 9, 2017
J
Fix panic when setting a client http client with no transport (#3437)
Jeff Mitchell committed
October 6, 2017
M
Add http headers to the api client (#3394)
Marcus Söderberg committed
August 2, 2017
N
Add SRV record functionality for client side host/port discovery of Vault (#3035)
nrhall-deshaw committed